Uses of Class
com.databricks.sdk.core.oauth.Token
-
Packages that use Token Package Description com.databricks.sdk.core com.databricks.sdk.core.oauth -
-
Uses of Token in com.databricks.sdk.core
Methods in com.databricks.sdk.core that return Token Modifier and Type Method Description protected TokenCliTokenSource. refresh() -
Uses of Token in com.databricks.sdk.core.oauth
Fields in com.databricks.sdk.core.oauth declared as Token Modifier and Type Field Description protected TokenRefreshableTokenSource. tokenMethods in com.databricks.sdk.core.oauth that return Token Modifier and Type Method Description TokenRefreshableTokenSource. getToken()TokenTokenSource. getToken()protected TokenClientCredentials. refresh()protected abstract TokenRefreshableTokenSource. refresh()protected TokenSessionCredentials. refresh()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.Constructors in com.databricks.sdk.core.oauth with parameters of type Token Constructor Description RefreshableTokenSource(Token token)
-