Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.29 KB

AuthenticatorMethodOtp.md

File metadata and controls

17 lines (13 loc) · 1.29 KB

Okta.Sdk.Model.AuthenticatorMethodOtp

Properties

Name Type Description Notes
VerifiableProperties List<AuthenticatorMethodProperty> [optional]
AcceptableAdjacentIntervals int The number of acceptable adjacent intervals, also known as the clock drift interval. This setting allows you to build in tolerance for any time difference between the token and the server. For example, with a `timeIntervalInSeconds` of 60 seconds and an `acceptableAdjacentIntervals` value of 5, Okta accepts passcodes within 300 seconds (60 * 5) before or after the end user enters their code. [optional]
Algorithm OtpTotpAlgorithm [optional]
Encoding OtpTotpEncoding [optional]
FactorProfileId string The `id` value of the factor profile [optional]
PassCodeLength int Number of digits in an OTP value [optional]
Protocol OtpProtocol [optional]
TimeIntervalInSeconds int Time interval for TOTP in seconds [optional]

[Back to Model list] [Back to API list] [Back to README]