Amazon Cognito · JSON Structure

Cognito Idp Challenge Response Type Structure

The challenge response type.

Type: object Properties: 2
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

ChallengeResponseType is a JSON Structure definition published by Amazon Cognito, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ChallengeName ChallengeResponse

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ChallengeName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChallengeName"
        },
        {
          "description": "The challenge name."
        }
      ]
    },
    "ChallengeResponse": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChallengeResponse"
        },
        {
          "description": "The challenge response."
        }
      ]
    }
  },
  "description": "The challenge response type.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-challenge-response-type-structure.json",
  "name": "ChallengeResponseType"
}