Amazon Cognito · Example Payload

User Pools Verify Software Token Request Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools Verify Software Token Request 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

AccessTokenSessionUserCodeFriendlyDeviceName

Example Payload

Raw ↑
{
  "AccessToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example",
  "Session": "example-string",
  "UserCode": "example-string",
  "FriendlyDeviceName": "example-name"
}