Class AuthenticatorMethodConstraint

java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodConstraint
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class AuthenticatorMethodConstraint extends Object implements Serializable
Limits the authenticators that can be used for a given method. Currently, only the `otp` method supports constraints, and Google authenticator (key : 'google_otp') is the only allowed authenticator.
See Also: