Table of Contents

Struct SrpSuccessBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

ClientAuthenticationResult

Seq

Explicit message sequence number (server->client).

public uint Seq

Field Value

uint

Token

Encrypted signed auth token for World/Scene server authentication. Null if token issuance is not enabled.

public byte[] Token

Field Value

byte[]