D-Wave · Authentication Profile

D Wave Authentication

Authentication

D-Wave secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Quantum ComputingQuantum AnnealingOptimizationHybrid Quantum-ClassicalIsingQUBOIndustrial OptimizationSamplingLeapOcean SDKSAPI
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

SapiToken apiKey
· in: header (X-Auth-Token)
LeapOAuth oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/d-wave-hybrid-solvers-openapi.yml, openapi/d-wave-leap-account-api-openapi.yml,
  openapi/d-wave-metadata-api-openapi.yml, openapi/d-wave-problems-api-openapi.yml, openapi/d-wave-qpu-samplers-openapi.yml,
  openapi/d-wave-solvers-api-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: SapiToken
  type: apiKey
  in: header
  parameter: X-Auth-Token
  sources:
  - openapi/d-wave-hybrid-solvers-openapi.yml
  - openapi/d-wave-metadata-api-openapi.yml
  - openapi/d-wave-problems-api-openapi.yml
  - openapi/d-wave-qpu-samplers-openapi.yml
  - openapi/d-wave-solvers-api-openapi.yml
- name: LeapOAuth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://cloud.dwavesys.com/leap/oauth/authorize
    tokenUrl: https://cloud.dwavesys.com/leap/oauth/token
    scopes: 1
  sources:
  - openapi/d-wave-leap-account-api-openapi.yml