XSKY · Authentication Profile

Xsky Authentication

Authentication

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

StorageSoftware-Defined StorageObject StorageBlock StorageFile StorageData InfrastructureEnterpriseChina
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

tokenInHeader apiKey
· in: header (Xms-Auth-Token)
tokenInQuery apiKey
· in: query (token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/xsky-xms-swagger-original.yaml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: tokenInHeader
  type: apiKey
  in: header
  parameter: Xms-Auth-Token
  description: auth by token
  sources:
  - openapi/xsky-xms-swagger-original.yaml
- name: tokenInQuery
  type: apiKey
  in: query
  parameter: token
  description: auth by token
  sources:
  - openapi/xsky-xms-swagger-original.yaml