Uses of Package
com.databricks.sdk.core.oauth
-
Packages that use com.databricks.sdk.core.oauth Package Description com.databricks.sdk.core com.databricks.sdk.core.oauth com.databricks.sdk.core.utils -
Classes in com.databricks.sdk.core.oauth used by com.databricks.sdk.core Class Description OpenIDConnectEndpoints Data class modelling the set of OpenID Connect endpoints, as defined in the OIDC spec.RefreshableTokenSource An OAuth TokenSource which can be refreshed.Token TokenSource A resource which can produce an OAuth token. -
Classes in com.databricks.sdk.core.oauth used by com.databricks.sdk.core.oauth Class Description AuthParameterPosition Options for where authentication parameters can be provided in a request.ClientCredentials An implementation of RefreshableTokenSource implementing the client_credentials OAuth grant type.ClientCredentials.Builder Consent Consent provides a mechanism to retrieve an authorization code and exchange it for an OAuth token using the Authorization Code + PKCE flow.Consent.Builder OAuthClient Enables 3-legged OAuth2 flow with PKCEOAuthClient.Builder RefreshableTokenSource An OAuth TokenSource which can be refreshed.SessionCredentials An implementation of RefreshableTokenSource implementing the refresh_token OAuth grant type.Token TokenSource A resource which can produce an OAuth token. -
Classes in com.databricks.sdk.core.oauth used by com.databricks.sdk.core.utils Class Description RefreshableTokenSource An OAuth TokenSource which can be refreshed.