
docs.SsprPrimaryRequirement.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
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.
# SsprPrimaryRequirement
Defines the authenticators permitted for the initial authentication step of password recovery
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**methodConstraints** | [**List<AuthenticatorMethodConstraint>**](AuthenticatorMethodConstraint.md) | Constraints on the values specified in the `methods` array. Specifying a constraint limits methods to specific authenticator(s). Currently, Google OTP is the only accepted constraint. | [optional] |
|**methods** | [**List<MethodsEnum>**](#List<MethodsEnum>) | Authenticator methods allowed for the initial authentication step of password recovery. Method `otp` requires a constraint limiting it to a Google authenticator. | [optional] |
## Enum: List<MethodsEnum>
| Name | Value |
|---- | -----|
| PUSH | "push" |
| SMS | "sms" |
| VOICE | "voice" |
| EMAIL | "email" |
| OTP | "otp" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy