Uses of Class
org.glassfish.jersey.client.oauth2.TokenResult

Packages that use TokenResult
org.glassfish.jersey.client.oauth2 Jersey OAuth 2 Client API. 
 

Uses of TokenResult in org.glassfish.jersey.client.oauth2
 

Methods in org.glassfish.jersey.client.oauth2 that return TokenResult
 TokenResult OAuth2CodeGrantFlow.finish(String code, String state)
          Finish the authorization process and return the TokenResult.
 TokenResult OAuth2CodeGrantFlow.refreshAccessToken(String refreshToken)
          Refresh the access token using a refresh token.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.