Class EnrollSecurityQuestionFactorOptions
This class contains all the request parameters for performing an enroll security question factor request
Inheritance
System.Object
EnrollSecurityQuestionFactorOptions
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 EnrollSecurityQuestionFactorOptions
Properties
Answer
Gets or sets the answer
Declaration
public string Answer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The answer |
Provider
Gets or sets the provider
Declaration
public string Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The provider |
Question
Gets or sets the question
Declaration
public string Question { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The question |
QuestionText
Gets or sets the question text
Declaration
public string QuestionText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The question text |
StateToken
Gets or sets the state token
Declaration
public string StateToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The state token |