Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 950 Bytes

SsprPrimaryRequirement.md

File metadata and controls

12 lines (8 loc) · 950 Bytes

Okta.Sdk.Model.SsprPrimaryRequirement

Defines the authenticators permitted for the initial authentication step of password recovery

Properties

Name Type Description Notes
MethodConstraints List<AuthenticatorMethodConstraint> Constraints on the values specified in the `methods` array. Specifying a constraint limits methods to specific authenticator(s). Currently, Google OTP is the only accepted constraint. [optional]
Methods List<string> Authenticator methods allowed for the initial authentication step of password recovery. Method `otp` requires a constraint limiting it to a Google authenticator. [optional]

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