API version:
Show / Hide Table of Contents

Class AddSecurityQuestionFactorOptions

Helper class for security question factor settings

Inheritance
System.Object
AddSecurityQuestionFactorOptions
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.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class AddSecurityQuestionFactorOptions

Properties

Answer

Gets or sets the answer

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

Question

Gets or sets the question

Declaration
public string Question { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.