Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 969 Bytes

File metadata and controls

12 lines (8 loc) · 969 Bytes

Okta.Sdk.Model.AuthenticationMethodChain

Properties

Name Type Description Notes
AuthenticationMethods List<AuthenticationMethod> [optional]
Next List<Object> The next steps of the authentication method chain. This is an array of `AuthenticationMethodChain`. Only supports one item in the array. [optional]
ReauthenticateIn string Specifies how often the user is prompted for authentication using duration format for the time period. For example, `PT2H30M` for two and a half hours. This parameter can't be set at the same time as the `reauthenticateIn` property on the `verificationMethod`. [optional]

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