public class DefaultCredentialsProvider extends Object implements CredentialsProvider
| Constructor and Description |
|---|
DefaultCredentialsProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
authType()
Returns the current authentication type being used
|
HeaderFactory |
configure(DatabricksConfig config)
Configures the credentials provider with the given Databricks configuration.
|
public String authType()
authType in interface CredentialsProviderpublic HeaderFactory configure(DatabricksConfig config)
configure in interface CredentialsProviderconfig - The Databricks configuration containing authentication detailsDatabricksException - if no valid credentials can be configuredCopyright © 2025. All rights reserved.