Amazon Cognito · Example Payload

User Pools Confirm Device Request Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools Confirm Device 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

AccessTokenDeviceKeyDeviceSecretVerifierConfigDeviceName

Example Payload

Raw ↑
{
  "AccessToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example",
  "DeviceKey": "example-string",
  "DeviceSecretVerifierConfig": "example-string",
  "DeviceName": "example-name"
}