Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "renderer/matchmaker/message/Msg_Auth"

Index

Classes

Type aliases

Variables

Type aliases

AuthMessageOptions

AuthMessageOptions: object

Type declaration

  • Optional authToken?: string
  • Optional command?: string
  • Optional id?: string
  • Optional password?: string
  • Optional userUUID?: string

Variables

Const messageSchema

messageSchema: any = sp.build({__type: "uint8",id: "string",password: "string",userUUID: "string",command: "string",authToken: "string",})

Const sp

sp: any = require('schemapack')

Generated using TypeDoc