How to get access token aws cognito?
1 Answer(s) Available
Answer # 1 #
You can request an access token for a custom scope from the token endpoint when, in the app client, the requested scope is enabled, you have configured a client secret, and you have allowed client_credentials grants. Required. Must be a preregistered client in the user pool.