AuthTicket constructor
AuthTicket({})
Implementation
AuthTicket({
this.sessionId = 0,
this.secret = '',
this.opcodeGroupsFromServer = Opcode.NONE,
this.opcodeGroupsToServer = Opcode.NONE,
this.tcpPort = 0,
this.tlsPort = 0,
});