Google Cloud Healthcare · Authentication Profile

Google Cloud Healthcare Authentication

Authentication

Google Cloud Healthcare secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and implicit flow(s).

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud
Methods: oauth2 Schemes: 2 OAuth flows: authorizationCode, implicit API key in:

Security Schemes

Oauth2 oauth2
· flows: implicit
Oauth2c oauth2
· flows: authorizationCode

Source

Authentication Profile

google-cloud-healthcare-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi-v1.yaml, openapi/openapi-v1beta1.yaml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - implicit
schemes:
- name: Oauth2
  type: oauth2
  flows:
  - flow: implicit
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    scopes: 2
  description: Oauth 2.0 implicit authentication
  sources:
  - openapi/openapi-v1.yaml
  - openapi/openapi-v1beta1.yaml
- name: Oauth2c
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    tokenUrl: https://accounts.google.com/o/oauth2/token
    scopes: 2
  description: Oauth 2.0 authorizationCode authentication
  sources:
  - openapi/openapi-v1.yaml
  - openapi/openapi-v1beta1.yaml