Skip to main content

TCognitoIdentityProviderChangePasswordRequest

Class in AWS.CognitoIdentityProvider

ChangePassword request class.

Ancestors

Properties

AccessToken

property AccessToken: string

PreviousPassword

property PreviousPassword: string

ProposedPassword

property ProposedPassword: string

Constructors

Create

constructor Create(const AAccessToken, APreviousPassword, AProposedPassword: string);

Constructor for TCognitoIdentityProviderChangePasswordRequest.

Parameters

NameDescription
AAccessTokenSpecify a valid access token issued to the user by Amazon Cognito.
APreviousPasswordSpecify the old password.
AProposedPasswordSpecify a new password.