Class AuthenticationRequestOptions
This class represents the options of the authentication request
Inherited Members
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class AuthenticationRequestOptions : Resource
Properties
MultiOptionalFactorEnroll
Gets or sets the multiOptionalFactorEnroll flag
Declaration
public bool? MultiOptionalFactorEnroll { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The multiOptionalFactorEnroll flag |
Remarks
WarnBeforePasswordExpired
Gets or sets the warnBeforePasswordExpired flag
Declaration
public bool? WarnBeforePasswordExpired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The warnBeforePasswordExpired flag |