generated: '2026-08-27' method: derived source: openapi/lakekeeper-catalog-api-openapi.yml schemes: - name: OAuth2 source: openapi/lakekeeper-catalog-api-openapi.yml flows: - flow: clientCredentials tokenUrl: /v1/oauth/tokens description: |- This scheme is used for OAuth2 authorization. For unauthorized requests, services should return an appropriate 401 or 403 response. Implementations must not return altered success (200) responses when a request is unauthenticated or unauthorized. If a separate authorization server is used, substitute the tokenUrl with the full token path of the external authorization server, and use the resulting token to access the resources defined in the spec. scopes: - scope: catalog description: Allows interacting with the Config and Catalog APIs flows: - clientCredentials sources: - openapi/lakekeeper-catalog-api-openapi.yml