All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.AuthenticatorMethodOtp.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

The newest version!


# AuthenticatorMethodOtp


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**acceptableAdjacentIntervals** | **Integer** | 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** | **Integer** | Number of digits in an OTP value |  [optional] |
|**protocol** | **OtpProtocol** |  |  [optional] |
|**timeIntervalInSeconds** | **Integer** | Time interval for TOTP in seconds |  [optional] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy