Apache Iceberg · Schema

OAuthClientCredentialsRequest

The `oauth/tokens` endpoint and related schemas are **DEPRECATED for REMOVAL** from this spec, see description of the endpoint. OAuth2 client credentials request See https://datatracker.ietf.org/doc/html/rfc6749#section-4.4

ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

Properties

Name Type Description
grant_type string
scope string
client_id string Client ID This can be sent in the request body, but OAuth2 recommends sending it in a Basic Authorization header.
client_secret string Client secret This can be sent in the request body, but OAuth2 recommends sending it in a Basic Authorization header.
View JSON Schema on GitHub