Class ResendRecoveryChallengeOptions
This class contains all the request parameters for performing a resend recovery challenge request
Inheritance
System.Object
ResendRecoveryChallengeOptions
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 ResendRecoveryChallengeOptions
Properties
FactorType
Gets or sets the factor type
Declaration
public FactorType FactorType { get; set; }
Property Value
Type | Description |
---|---|
FactorType | The factor type |
StateToken
Gets or sets the state token
Declaration
public string StateToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state token |