Uses of Class
com.databricks.sdk.core.oauth.AuthParameterPosition
-
Packages that use AuthParameterPosition Package Description com.databricks.sdk.core.oauth -
-
Uses of AuthParameterPosition in com.databricks.sdk.core.oauth
Methods in com.databricks.sdk.core.oauth that return AuthParameterPosition Modifier and Type Method Description static AuthParameterPositionAuthParameterPosition. 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.Methods in com.databricks.sdk.core.oauth with parameters of type AuthParameterPosition Modifier and Type Method Description protected static TokenRefreshableTokenSource. 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.BuilderClientCredentials.Builder. withAuthParameterPosition(AuthParameterPosition position)
-