API version:
Show / Hide Table of Contents

Class AuthenticationRequestOptions

This class represents the options of the authentication request

Inheritance
System.Object
Resource
AuthenticationRequestOptions
Inherited Members
Resource.GetClient()
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

https://developer.okta.com/docs/api/resources/authn#options-object

WarnBeforePasswordExpired

Gets or sets the warnBeforePasswordExpired flag

Declaration
public bool? WarnBeforePasswordExpired { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

The warnBeforePasswordExpired flag

Remarks

https://developer.okta.com/docs/api/resources/authn#options-object

Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.