Struct SrpSuccessDto
DTO for successful SRP authentication, containing proof and result.
Mirrors SrpSuccessBroadcast.
public struct SrpSuccessDto
- 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 not enabled.
public byte[]? Token
Field Value
- byte[]