Class AuthenticatorMethodConstraint

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-07-28T10:14:57.946459+05:30[Asia/Kolkata]", comments="Generator version: 7.11.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: