API version:
Show / Hide Table of Contents

Class AnswerRecoveryQuestionOptions

This class contains all the request parameters for answering a recovery question request

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

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.