Changes the password for the currently signed-in user
Source:R/cognitoidentityprovider_operations.R
cognitoidentityprovider_change_password.RdChanges the password for the currently signed-in user.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_change_password/ for full documentation.
Usage
cognitoidentityprovider_change_password(
PreviousPassword = NULL,
ProposedPassword,
AccessToken
)Arguments
- PreviousPassword
The user's previous password. Required if the user has a password. If the user has no password and only signs in with passwordless authentication options, you can omit this parameter.
- ProposedPassword
[required] A new password that you prompted the user to enter in your application.
- AccessToken
[required] A valid access token that Amazon Cognito issued to the user whose password you want to change.