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.
|
static OpenIDConnectEndpoints |
resolveOidcEndpoints(DatabricksConfig config)
Resolves the OAuth OIDC endpoints from the configuration.
|
public static String resolveClientId(DatabricksConfig config)
config - The Databricks configurationpublic static String resolveClientSecret(DatabricksConfig config)
config - The Databricks configurationpublic static OpenIDConnectEndpoints resolveOidcEndpoints(DatabricksConfig config) throws IOException
config - The Databricks configurationIOException - if the OIDC endpoints cannot be resolvedCopyright © 2026. All rights reserved.