Amazon Cognito · Example Payload

Cognito Idp Device Type Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp 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-value",
  "DeviceAttributes": "example-value",
  "DeviceCreateDate": "example-value",
  "DeviceLastModifiedDate": "example-value",
  "DeviceLastAuthenticatedDate": "example-value"
}