Class ForgotPasswordRequest
This class represents the body of the forgot password request
Inherited Members
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class ForgotPasswordRequest : Resource
Properties
FactorType
Gets or sets the factor type
Declaration
public string FactorType { get; set; }
Property Value
Type | Description |
---|---|
System.String | 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 |
Username
Gets or sets the username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String | The username |