Amazon Cognito · Example Payload

User Pools Token Validity Units Type Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools Token Validity Units Type Example is an example object payload from Amazon Cognito, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AccessTokenIdTokenRefreshToken

Example Payload

Raw ↑
{
  "AccessToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example",
  "IdToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example",
  "RefreshToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example"
}