This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.amber.oauth2.client.response.OAuthAccessTokenResponse (Apache Oltu: OAuth 2.0 Implementation - Client 0.31-incubating-SNAPSHOT API)

Uses of Class
org.apache.amber.oauth2.client.response.OAuthAccessTokenResponse

Packages that use OAuthAccessTokenResponse
org.apache.amber.oauth2.client   
org.apache.amber.oauth2.client.response   
 

Uses of OAuthAccessTokenResponse in org.apache.amber.oauth2.client
 

Methods in org.apache.amber.oauth2.client with type parameters of type OAuthAccessTokenResponse
<T extends OAuthAccessTokenResponse>
T
OAuthClient.accessToken(OAuthClientRequest request, Class<T> responseClass)
           
<T extends OAuthAccessTokenResponse>
T
OAuthClient.accessToken(OAuthClientRequest request, String requestMethod, Class<T> responseClass)
           
 

Uses of OAuthAccessTokenResponse in org.apache.amber.oauth2.client.response
 

Subclasses of OAuthAccessTokenResponse in org.apache.amber.oauth2.client.response
 class GitHubTokenResponse
           
 class OAuthJSONAccessTokenResponse
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.