Create OAuth 2.0 Client
db_oauth_client(
host = db_host(),
client_id = db_client_id(),
client_secret = db_client_secret()
)List that contains httr2::oauth_client(), relevant auth_url, and is_m2m
Databricks workspace URL, defaults to calling db_host().
OAuth M2M client id.
OAuth M2M client secret.
Creates an OAuth 2.0 Client for U2M or M2M flows.
If client_id and client_secret are detected then an M2M auth flow will occur.
Otherwise it falls back to U2M.