Created
November 18, 2018 15:09
-
-
Save mlabouardy/72e9dbd22e29decce09212e40a5c344b to your computer and use it in GitHub Desktop.
Cognito Auth input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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