Class ForgotPasswordOptions
This class contains all the request parameters for performing an forgot password request
Inheritance
System.Object
ForgotPasswordOptions
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 ForgotPasswordOptions
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 |