Okta.Sdk.Model.AuthenticatorMethodOtp

October 3, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
VerifiablePropertiesList<AuthenticatorMethodProperty>[optional]
AcceptableAdjacentIntervalsintThe 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]
AlgorithmOtpTotpAlgorithm[optional]
EncodingOtpTotpEncoding[optional]
FactorProfileIdstringThe `id` value of the factor profile[optional]
PassCodeLengthintNumber of digits in an OTP value[optional]
ProtocolOtpProtocol[optional]
TimeIntervalInSecondsintTime interval for TOTP in seconds[optional]

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