Amazon Cognito · Example Payload

User Pools Revoke Token Request Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Top-level fields

TokenClientIdClientSecret

Example Payload

Raw ↑
{
  "Token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example",
  "ClientId": "example-string",
  "ClientSecret": "example-string"
}