change_password {RCognito} | R Documentation |
Change User Password
Description
Change User Password
Usage
change_password(old_password, new_password, token)
Arguments
old_password |
A character string representing the user's current password. |
new_password |
A character string representing the user's new password. |
token |
A character string representing the user's access token. |
Value
A message indicating the success of the password change, or an error if it fails.
[Package RCognito version 0.1.0 Index]