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