MySQL · Authentication Profile

Mysql Authentication

Authentication

MySQL secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

DatabaseOpen SourceRDBMSRelational DatabaseSQL
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: cookie

Security Schemes

bearerAuth http
scheme: bearer
cookieAuth apiKey
· in: cookie (session_id)

Source

Authentication Profile

mysql-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/mysql-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: Bearer token obtained from an MRS authentication flow.
  sources:
  - openapi/mysql-openapi.yml
- name: cookieAuth
  type: apiKey
  in: cookie
  parameter: session_id
  description: Session cookie obtained from an MRS authentication flow.
  sources:
  - openapi/mysql-openapi.yml