LifeMine · Authentication Profile

Lifemine Authentication

Authentication

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

CompanyBiotechnologyPharmaceuticalsDrug DiscoveryLife SciencesClinical TrialsGenomicsContentCareersWordPress
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

applicationPassword http
scheme: basic
cookieNonce apiKey
· in: header (X-WP-Nonce)

Source

Authentication Profile

Raw ↑
generated: '2026-08-04'
method: derived
source: openapi/lifemine-content-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: applicationPassword
  type: http
  scheme: basic
  description: WordPress Application Passwords (RFC 7617 Basic). Route /wp/v2/users/{user_id}/application-passwords
    is registered on this host. Write access only; not issued to the public.
  sources:
  - openapi/lifemine-content-openapi.yml
- name: cookieNonce
  type: apiKey
  in: header
  parameter: X-WP-Nonce
  description: WordPress cookie authentication with an X-WP-Nonce header (first-party browser
    context only). Advertised in Access-Control-Allow-Headers on this host.
  sources:
  - openapi/lifemine-content-openapi.yml