API version:
Show / Hide Table of Contents

Class VerifyRecoveryFactorRequest

This class represents the body of the verify recovery factor request

Inheritance
System.Object
Resource
VerifyRecoveryFactorRequest
Inherited Members
Resource.GetClient()
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class VerifyRecoveryFactorRequest : Resource

Properties

PassCode

Gets or sets the pass code

Declaration
public string PassCode { get; set; }
Property Value
Type Description
System.String

The pass code

StateToken

Gets or sets the state token

Declaration
public string StateToken { get; set; }
Property Value
Type Description
System.String

The state token

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