API version:
Show / Hide Table of Contents

Class ChangeRecoveryQuestionOptions

Contains the parameters needed to change a user's recovery question.

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

Properties

CurrentPassword

Gets or sets the user's current password.

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

The user's current password.

RecoveryAnswer

Gets or sets the user's new recovery answer.

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

The user's new recovery answer.

RecoveryQuestion

Gets or sets the user's new recovery question.

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

The user's new recovery question.

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