Table of Contents

Struct SrpAuthenticatorCore<TConnection>.SrpAccountLookupResult

Namespace
FishMMO.Auth.Implementation
Assembly
FishMMO-ServerAuth.dll

Result of an account fetch for SRP login.

public struct SrpAuthenticatorCore<TConnection>.SrpAccountLookupResult
Inherited Members

Fields

AccessLevel

Account access level.

public AccessLevel AccessLevel

Field Value

AccessLevel

IsSuccess

Whether the account was found and fetchable.

public bool IsSuccess

Field Value

bool

IsVerified

Whether the account has been email-verified.

public bool IsVerified

Field Value

bool

Salt

SRP salt.

public string Salt

Field Value

string

TotpEnabled

Whether TOTP is enabled for this account.

public bool TotpEnabled

Field Value

bool

Verifier

SRP verifier.

public string Verifier

Field Value

string

VerifyCodeExpiresUtc

UTC expiry for the verification code (null if not applicable).

public DateTime? VerifyCodeExpiresUtc

Field Value

DateTime?