Amazon Cognito · Schema

VerifySoftwareTokenResponse

VerifySoftwareTokenResponse schema from Amazon Cognito

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Properties

Name Type Description
Status object
Session object
View JSON Schema on GitHub

JSON Schema

cognito-idp-verify-software-token-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VerifySoftwareTokenResponseType"
        },
        {
          "description": "The status of the verify software token."
        }
      ]
    },
    "Session": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SessionType"
        },
        {
          "description": "The session that should be passed both ways in challenge-response calls to the service."
        }
      ]
    }
  },
  "$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-verify-software-token-response-schema.json",
  "title": "VerifySoftwareTokenResponse",
  "description": "VerifySoftwareTokenResponse schema from Amazon Cognito"
}