API version:
Show / Hide Table of Contents

Class AnswerRecoveryQuestionRequest

This class represents the body of the answer recovery question request

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

Properties

Answer

Gets or sets the answer

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

The answer

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.