| Package | Description |
|---|---|
| com.databricks.sdk.core | |
| com.databricks.sdk.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
protected Token |
CliTokenSource.refresh() |
| Modifier and Type | Field and Description |
|---|---|
protected Token |
RefreshableTokenSource.token |
| Modifier and Type | Method and Description |
|---|---|
Token |
TokenSource.getToken() |
Token |
RefreshableTokenSource.getToken() |
protected Token |
SessionCredentials.refresh() |
protected abstract Token |
RefreshableTokenSource.refresh() |
protected Token |
ClientCredentials.refresh() |
protected static Token |
RefreshableTokenSource.retrieveToken(HttpClient hc,
String clientId,
String clientSecret,
String tokenUrl,
Map<String,String> params,
Map<String,String> headers,
AuthParameterPosition position)
Helper method implementing OAuth token refresh.
|
| Constructor and Description |
|---|
RefreshableTokenSource(Token token) |
Copyright © 2024. All rights reserved.