Amazon Cognito · Example Payload

User Pools Context Data Type Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools Context Data 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

IpAddressServerNameServerPathHttpHeadersEncodedData

Example Payload

Raw ↑
{
  "IpAddress": "example-string",
  "ServerName": "example-name",
  "ServerPath": "example-string",
  "HttpHeaders": "example-string",
  "EncodedData": "example-string"
}