Period Property
Period
The validity period in seconds for TOTP code. It can only be 15, 30 or 60 seconds. For HOTP should be set to zero.
C#
public CredentialPeriod? Period { get; set; }
Property Value
Type | Description |
---|---|
CredentialPeriod? |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | The value is invalid. |