AuthTicket constructor
AuthTicket({})
Implementation
AuthTicket({
this.host = '',
this.httpsPort = 0,
this.tcpPort = 0,
this.secret = '',
this.opcodeGroupsFromServer = Opcode.NONE,
this.opcodeGroupsToServer = Opcode.NONE,
this.clientContext,
this.tlsPort = 0,
this.udpPort = 0,
this.udpDtlsPort = 0,
});