API version:
Show / Hide Table of Contents

Class ChangePasswordRequest

This class represents the body of the change password request

Inheritance
System.Object
Resource
ChangePasswordRequest
Inherited Members
Resource.GetClient()
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class ChangePasswordRequest : Resource

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

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