Class ChangePasswordOptions
This class contains all the request parameters for performing a change password request
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.Auth.Sdk
Assembly: Okta.Auth.Sdk.dll
Syntax
public class ChangePasswordOptions
Properties
NewPassword
Gets or sets the new password
Declaration
public string NewPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | The new password |
OldPassword
Gets or sets the old password
Declaration
public string OldPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | The old password |
StateToken
Gets or sets the state token
Declaration
public string StateToken { get; set; }
Property Value
Type | Description |
---|---|
System.String | The state token |