Uses of Class
io.yellowbrick.jdbc.oauth2.Token
-
Packages that use Token Package Description io.yellowbrick.jdbc.oauth2 -
-
Uses of Token in io.yellowbrick.jdbc.oauth2
Methods in io.yellowbrick.jdbc.oauth2 that return Token Modifier and Type Method Description static TokenToken. createToken(String authToken, String refreshToken, Instant expiresAt, String url, Properties info)static TokenToken. fromJSONObject(org.json.JSONObject json)TokenOAuth2Authorizer. getOAuth2AccessToken()TokenTokenService. getToken(DriverConfiguration driverConfiguration, String url, Properties info)TokenOAuth2Authorizer. refreshOAuth2AccessToken(String refreshToken)
-