API version:
Show / Hide Table of Contents

Class VerifyRecoveryTokenOptions

This class contains all the request parameters for performing a verify recovery token request

Inheritance
System.Object
VerifyRecoveryTokenOptions
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 VerifyRecoveryTokenOptions

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.