Create a new user (by its email) in the pool specified.
userId of the new user
Get the attributes of the user, from the authorizer claims.
authorizer claims
user's data
Identify a user by its email address, returning its attributes.
Identify a user by its userId (sub), returning its attributes.
List the groups of the user pool.
Optional
pagination?: stringGiven a username and a refresh token (and pool data), refresh the session and return the new tokens.
Resend the password to a user who never logged in.
Set a new password for a specific user identified by its email (admin-only). If not specified, the password is generated randomly, and the user must change it at the first login.
Optional
password?: stringOptional
permanent?: boolean
A wrapper for AWS Cognito.