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 class
CliTokenSource
-
Uses of TokenSource in com.databricks.sdk.core.oauth
Classes in com.databricks.sdk.core.oauth that implement TokenSource Modifier and Type Class Description class
ClientCredentials
An implementation of RefreshableTokenSource implementing the client_credentials OAuth grant type.class
RefreshableTokenSource
An OAuth TokenSource which can be refreshed.class
SessionCredentials
An implementation of RefreshableTokenSource implementing the refresh_token OAuth grant type.
-