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