Class AuthenticatorMethodConstraint

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-15T15:23:54.977606597Z[Etc/UTC]", 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: