Uses of Interface
com.databricks.sdk.core.oauth.TokenSource
-
Packages that use TokenSource Package Description com.databricks.sdk.core com.databricks.sdk.core.oauth -
-
Uses of TokenSource in com.databricks.sdk.core
Classes in com.databricks.sdk.core that implement TokenSource Modifier and Type Class Description classCliTokenSource -
Uses of TokenSource in com.databricks.sdk.core.oauth
Classes in com.databricks.sdk.core.oauth that implement TokenSource Modifier and Type Class Description classClientCredentialsAn implementation of RefreshableTokenSource implementing the client_credentials OAuth grant type.classRefreshableTokenSourceAn OAuth TokenSource which can be refreshed.classSessionCredentialsAn implementation of RefreshableTokenSource implementing the refresh_token OAuth grant type.
-