TokenValidationResponse

Result of a token validity check

Properties

Name Type Description
valid boolean Whether the provided token is currently valid
View JSON Schema on GitHub

JSON Schema

automation-anywhere-tokenvalidationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TokenValidationResponse",
  "title": "TokenValidationResponse",
  "type": "object",
  "description": "Result of a token validity check",
  "properties": {
    "valid": {
      "type": "boolean",
      "description": "Whether the provided token is currently valid"
    }
  }
}