Type Property
Type
The type of the credential. Indicates the type of the credential as either HOTP or TOTP.
C#
public Nullable<CredentialType> Type { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CredentialType> |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | The value is invalid. |