public interface CredentialsProvider
| Modifier and Type | Method and Description |
|---|---|
String |
authType()
Returns the authentication type identifier for this credentials provider.
|
HeaderFactory |
configure(DatabricksConfig config)
Creates and returns a new HeaderFactory to authenticate requests to the Databricks API.
|
String authType()
HeaderFactory configure(DatabricksConfig config)
Note: A new HeaderFactory instance is returned on each invocation.
config - the Databricks configuration to use for authenticationCopyright © 2025. All rights reserved.