Amazon Cognito · Example Payload

Cognito Idp Token Validity Units Type Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp 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": "eyJhbGciOiJSUzI1NiJ9...",
  "IdToken": "eyJhbGciOiJSUzI1NiJ9...",
  "RefreshToken": "eyJhbGciOiJSUzI1NiJ9..."
}