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