Barndoor · Authentication Profile

Barndoor Authentication

Authentication

Barndoor secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

AI AgentsAI GovernanceAgentic AIMCPModel Context ProtocolPolicy EnforcementOAuthIdentitySecurityAuditControl Plane
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/barndoor-openapi.yml
summary:
  types:
  - http
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: |-
    JWT token obtained through Auth0 OAuth 2.0 flow with PKCE.

    The token should be included in the Authorization header:
    `Authorization: Bearer <your-jwt-token>`

    Use the Barndoor SDK's `loginInteractive()` function to obtain tokens automatically.
  sources:
  - openapi/barndoor-openapi.yml