View source: R/cognitoidentityprovider_operations.R
cognitoidentityprovider_change_password | R Documentation |
Changes the password for a specified user in a user pool.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_change_password/ for full documentation.
cognitoidentityprovider_change_password(
PreviousPassword,
ProposedPassword,
AccessToken
)
PreviousPassword |
[required] The old password. |
ProposedPassword |
[required] The new password. |
AccessToken |
[required] A valid access token that Amazon Cognito issued to the user whose password you want to change. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.