Auth Schemes
Authentication methods supported by API operations
Basic HTTP authentication. Allowed headers-- Authorization: Basic <api_key> | Authorization: Basic <base64 hash of `api_key:`>
HTTP basic
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
HTTP bearer