Package com.databricks.sdk.core.oauth
Class ExternalBrowserCredentialsProvider
- java.lang.Object
-
- com.databricks.sdk.core.oauth.ExternalBrowserCredentialsProvider
-
- All Implemented Interfaces:
CredentialsProvider
public class ExternalBrowserCredentialsProvider extends Object implements CredentialsProvider
ACredentialsProvider
which implements the Authorization Code + PKCE flow by opening a browser for the user to authorize the application.
-
-
Constructor Summary
Constructors Constructor Description ExternalBrowserCredentialsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
authType()
HeaderFactory
configure(DatabricksConfig config)
-
-
-
Method Detail
-
authType
public String authType()
- Specified by:
authType
in interfaceCredentialsProvider
-
configure
public HeaderFactory configure(DatabricksConfig config)
- Specified by:
configure
in interfaceCredentialsProvider
-
-