Class ChangePasswordOptions
Contains the parameters needed to change a user's password.
Inheritance
System.Object
ChangePasswordOptions
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 ChangePasswordOptions
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. |
NewPassword
Gets or sets the user's new password.
Declaration
public string NewPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user's new password. |