{
"type": "object",
"properties": {
"AccessToken": {
"allOf": [
{
"$ref": "#/components/schemas/TokenModelType"
},
{
"description": "A valid access token that Amazon Cognito issued to the user who you want to sign out."
}
]
}
},
"required": [
"AccessToken"
],
"description": "Represents the request to sign out all devices.",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-global-sign-out-request-schema.json",
"title": "GlobalSignOutRequest"
}