Table of Contents

Struct SrpSuccessDto

Namespace
FishMMO.Auth.Core
Assembly
FishMMO-AuthShared.dll

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

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 not enabled.

public byte[]? Token

Field Value

byte[]