Skip to content

Overview

Data Repository Service (1.2.0)

Authentication

BasicAuth

A valid authorization token must be passed in the ‘Authorization’ header, e.g. “Basic ${token_string}”

Security scheme type: http

BearerAuth

A valid authorization token must be passed in the ‘Authorization’ header, e.g. “Bearer ${token_string}”

Security scheme type: http