Class ResendRecoveryChallengeRequest
This class represents the body of the resend recovery challenge request
Inherited Members
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class ResendRecoveryChallengeRequest : Resource
Properties
StateToken
Gets or sets the state token
Declaration
public string StateToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state token |