Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Created November 18, 2018 15:09
Show Gist options
  • Select an option

  • Save mlabouardy/72e9dbd22e29decce09212e40a5c344b to your computer and use it in GitHub Desktop.

Select an option

Save mlabouardy/72e9dbd22e29decce09212e40a5c344b to your computer and use it in GitHub Desktop.
Cognito Auth input
{
"UserPoolId": "USER_POOL",
"ClientId": "CLIENT_ID",
"AuthFlow": "ADMIN_NO_SRP_AUTH",
"AuthParameters": {
"USERNAME": "USERNAME",
"PASSWORD": "PASSWORD"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment