Class VerificationMethod

java.lang.Object
com.okta.sdk.resource.model.VerificationMethod
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssuranceMethod, AuthenticationMethodChainMethod

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class VerificationMethod extends Object implements Serializable
Describes the method for verifying the user. The supported method types are `ASSURANCE` and `AUTH_METHOD_CHAIN`. <x-lifecycle class=\"ea\"></x-lifecycle> The method type `AUTH_METHOD_CHAIN` is an [Early Access](https://developer.okta.com/docs/api/openapi/okta-management/guides/release-lifecycle/#early-access-ea) (Self-Service) feature. You can enable the feature for your org from the **Settings** > **Features** page in the Admin Console.
See Also: