Amazon Cognito · Schema

ConfirmDeviceResponse

Confirms the device response.

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Properties

Name Type Description
UserConfirmationNecessary object
View JSON Schema on GitHub

JSON Schema

cognito-idp-confirm-device-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "UserConfirmationNecessary": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanType"
        },
        {
          "description": "Indicates whether the user confirmation must confirm the device response."
        }
      ]
    }
  },
  "description": "Confirms the device response.",
  "$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-confirm-device-response-schema.json",
  "title": "ConfirmDeviceResponse"
}