Struct SrpSuccessBroadcast
Broadcast sent by the server to indicate successful SRP authentication, containing proof and result.
public struct SrpSuccessBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
Proof
SRP proof value for successful authentication.
public byte[] Proof
Field Value
- byte[]
Result
Result of client authentication.
public ClientAuthenticationResult Result
Field Value
Seq
Explicit message sequence number (server->client).
public uint Seq
Field Value
Token
Encrypted signed auth token for World/Scene server authentication. Null if token issuance is not enabled.
public byte[] Token
Field Value
- byte[]