What is the differences between Access tokens and Access Keys in AWS?
Access tokens are credentials used to access protected resources. You can get an access token in according with the OAuth 2.0 Authorization Framework. In general, there are 4 grand types/ flows defined in the OAuth 2.0 Authorization Framework specification. The Cognito access token is also represented as a JSON Web Token (JWT). If you want to use access token, please…
Read More »