API version:
Show / Hide Table of Contents

Class ResetPasswordRequest

This class represents the body of the resend password request

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

Properties

NewPassword

Gets or sets the new password

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

The new 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.