Amazon Cognito · Example Payload

User Pools Device Type Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Top-level fields

DeviceKeyDeviceAttributesDeviceCreateDateDeviceLastModifiedDateDeviceLastAuthenticatedDate

Example Payload

Raw ↑
{
  "DeviceKey": "example-string",
  "DeviceAttributes": "example-string",
  "DeviceCreateDate": "example-string",
  "DeviceLastModifiedDate": "example-string",
  "DeviceLastAuthenticatedDate": "example-string"
}