Class AuthenticatorMethodConstraint

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-01-09T11:36:22.142807-06:00[America/Chicago]") 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: