Amazon Cognito · Schema

VerifySoftwareTokenResponse

VerifySoftwareTokenResponse schema from Amazon Cognito API

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

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

JSON Schema

user-pools-verify-software-token-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-verify-software-token-response-schema.json",
  "title": "VerifySoftwareTokenResponse",
  "description": "VerifySoftwareTokenResponse schema from Amazon Cognito API",
  "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."
        }
      ]
    }
  }
}