API version:
Show / Hide Table of Contents

Class VerifyRecoveryTokenRequest

This class represents the body of the verify recovery token request

Inheritance
System.Object
Resource
VerifyRecoveryTokenRequest
Inherited Members
Resource.GetClient()
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

Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.