Package | Description |
---|---|
com.databricks.sdk.core.oauth |
Modifier and Type | Method and Description |
---|---|
static AuthParameterPosition |
AuthParameterPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthParameterPosition[] |
AuthParameterPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ClientCredentials.Builder |
ClientCredentials.Builder.withAuthParameterPosition(AuthParameterPosition position) |
Copyright © 2023. All rights reserved.