Auth0 · Schema

EventStreamWebhookBearerAuth

Bearer Authorization for HTTP requests (e.g., 'Bearer token').

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
method object
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamwebhookbearerauth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamWebhookBearerAuth",
  "title": "EventStreamWebhookBearerAuth",
  "type": "object",
  "description": "Bearer Authorization for HTTP requests (e.g., 'Bearer token').\n",
  "additionalProperties": false,
  "required": [
    "method"
  ],
  "properties": {
    "method": {
      "$ref": "#/components/schemas/EventStreamWebhookBearerAuthMethodEnum"
    }
  }
}