API version:
Show / Hide Table of Contents

Class UnlockAccountOptions

This class contains all the request parameters for performing an unlock account request

Inheritance
System.Object
UnlockAccountOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class UnlockAccountOptions

Properties

FactorType

Gets or sets the factor type

Declaration
public FactorType FactorType { get; set; }
Property Value
Type Description
FactorType

The factor type

RelayState

Gets or sets the relay state

Declaration
public string RelayState { get; set; }
Property Value
Type Description
System.String

The relay state

UserAgent

Gets or sets the user agent.

Declaration
public string UserAgent { get; set; }
Property Value
Type Description
System.String

The user agent.

Username

Gets or sets the username

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String

The username

XForwardedFor

Gets or sets the value for x-forwarded-for header.

Declaration
public string XForwardedFor { get; set; }
Property Value
Type Description
System.String

The value for x-forwarded-for header.

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