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
IsSuccess
Whether the account was found and fetchable.
public bool IsSuccess
Field Value
IsVerified
Whether the account has been email-verified.
public bool IsVerified
Field Value
Salt
SRP salt.
public string Salt
Field Value
TotpEnabled
Whether TOTP is enabled for this account.
public bool TotpEnabled
Field Value
Verifier
SRP verifier.
public string Verifier
Field Value
VerifyCodeExpiresUtc
UTC expiry for the verification code (null if not applicable).
public DateTime? VerifyCodeExpiresUtc