Uses of Class
org.glassfish.jersey.client.oauth2.TokenResult
Packages that use TokenResult
-
Uses of TokenResult in org.glassfish.jersey.client.oauth2
Methods in org.glassfish.jersey.client.oauth2 that return TokenResultModifier and TypeMethodDescriptionFinish the authorization process and return theTokenResult.OAuth2CodeGrantFlow.refreshAccessToken(String refreshToken) Refresh the access token using a refresh token.