Struct TwoFactorRecoveryCodeData
Data transfer object for a two-factor recovery code record.
public struct TwoFactorRecoveryCodeData
- Inherited Members
Constructors
TwoFactorRecoveryCodeData(long, string, string, DateTime?, DateTime)
public TwoFactorRecoveryCodeData(long id, string accountName, string codeHash, DateTime? usedAt, DateTime timeCreated)
Parameters
Fields
AccountName
public readonly string AccountName
Field Value
CodeHash
public readonly string CodeHash
Field Value
ID
public readonly long ID
Field Value
TimeCreated
public readonly DateTime TimeCreated
Field Value
UsedAt
public readonly DateTime? UsedAt