Amazon Cognito · Example Payload

Identity Pools Credentials Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Identity Pools Credentials Example is an example object payload from Amazon Cognito, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AccessKeyIdSecretKeySessionTokenExpiration

Example Payload

Raw ↑
{
  "AccessKeyId": "example-string",
  "SecretKey": "example-string",
  "SessionToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example",
  "Expiration": "example-string"
}