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
| Name | Description |
|---|---|
AAccessToken | Specify a valid access token issued to the user by Amazon Cognito. |
APreviousPassword | Specify the old password. |
AProposedPassword | Specify a new password. |