Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 673 Bytes

AuthenticatorMethodConstraint.md

File metadata and controls

12 lines (8 loc) · 673 Bytes

Okta.Sdk.Model.AuthenticatorMethodConstraint

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.

Properties

Name Type Description Notes
AllowedAuthenticators List<AuthenticatorIdentity> [optional]
Method string [optional]

[Back to Model list] [Back to API list] [Back to README]