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 Nullable<CredentialPeriod> Period { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<CredentialPeriod> |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | The value is invalid. |