public class OAuthClientUtils extends Object
| Constructor and Description |
|---|
OAuthClientUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
resolveClientId(DatabricksConfig config)
Resolves the OAuth client ID from the configuration.
|
static String |
resolveClientSecret(DatabricksConfig config)
Resolves the OAuth client secret from the configuration.
|
public static String resolveClientId(DatabricksConfig config)
config - The Databricks configurationpublic static String resolveClientSecret(DatabricksConfig config)
config - The Databricks configurationCopyright © 2025. All rights reserved.