public class TokenCacheUtils extends Object
| Constructor and Description |
|---|
TokenCacheUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Path |
getCacheFilePath(String host,
String clientId,
List<String> scopes)
Returns the path to the cache file for the given configuration.
|
public static Path getCacheFilePath(String host, String clientId, List<String> scopes)
host - The Databricks host URLclientId - The OAuth client IDscopes - The OAuth scopes requestedCopyright © 2025. All rights reserved.