Class OnetimePasswordAccount
Represents details of an account protected by OTP, and an associated OTP generator.
Inheritance
System.Object
OnetimePasswordAccount
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.Otp
Assembly: cs.temp.dll.dll
Syntax
public class OnetimePasswordAccount
Properties
Name | Description |
---|---|
Issuer | Optional. The name of the organisation or company the accuont belongs to. |
Label | The name of the account. |
Metadata | A dictionary of additional values associated with the account. |
PasswordGenerator | A IOnetimePasswordGenerator instance used to generate OTP codes for this account. |
Secret | The raw bytes for the account secret used to generate OTP codes. |