sign_in {RCognito} | R Documentation |
Sign in to AWS Cognito
Description
Sign in to AWS Cognito
Usage
sign_in(client_id, username, password, authflow = "USER_PASSWORD_AUTH")
Arguments
client_id |
A character string representing the app client ID. |
username |
A character string for the user's username. |
password |
A character string for the user's password. |
authflow |
A character string specifying the authentication flow (default: "USER_PASSWORD_AUTH"). |
Value
A list with user information and tokens if successful; throws an error otherwise.
[Package RCognito version 0.1.0 Index]