Yanyin Technology · Authentication Profile

Yanyin Authentication

Authentication

Yanyin Technology 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 clientCredentials flow(s).

CompanyBiotechnologyLife SciencesArtificial IntelligenceResearchElectronic Lab NotebookLIMSSaaSChina
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

apiKey apiKey
oauth2ClientCredentials oauth2
scheme: clientCredentials

Source

Authentication Profile

yanyin-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://www.yanyin.tech/product/mega-open-platform
docs: https://www.yanyin.tech/product/mega-open-platform#api-gateway
summary:
  types: [apiKey, oauth2]
  oauth2_flows: [clientCredentials]
  scope_model: per-tenant and per-application authorization
schemes:
- name: apiKey
  type: apiKey
  description: >-
    API Key authentication issued and managed through the Yanyin Developer
    Center (密钥与凭证管理). Enforced with request signing and IP allowlisting at the
    API gateway.
  sources: [https://www.yanyin.tech/product/mega-open-platform]
- name: oauth2ClientCredentials
  type: oauth2
  scheme: clientCredentials
  description: >-
    OAuth2 Client Credentials flow for server-to-server application access,
    advertised on the Mega Open Platform API gateway.
  sources: [https://www.yanyin.tech/product/mega-open-platform]
notes: >-
  Derived from the provider's published Open Platform product page; the concrete
  OpenAPI securitySchemes are not public (developer console is behind
  app.yanyin.tech login).