Uses of Class
com.google.api.client.auth.oauth2.draft10.AccessTokenRequest

Packages that use AccessTokenRequest
com.google.api.client.auth.oauth2.draft10 OAuth 2.0 (draft 10) authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). 
 

Uses of AccessTokenRequest in com.google.api.client.auth.oauth2.draft10
 

Subclasses of AccessTokenRequest in com.google.api.client.auth.oauth2.draft10
static class AccessTokenRequest.AssertionGrant
          Deprecated. (scheduled to be removed in 1.9) Use TokenRequest
static class AccessTokenRequest.AuthorizationCodeGrant
          Deprecated. (scheduled to be removed in 1.9) Use AuthorizationCodeTokenRequest
static class AccessTokenRequest.RefreshTokenGrant
          Deprecated. (scheduled to be removed in 1.9) Use RefreshTokenRequest
static class AccessTokenRequest.ResourceOwnerPasswordCredentialsGrant
          Deprecated. (scheduled to be removed in 1.9) Use TokenRequest
 

Methods in com.google.api.client.auth.oauth2.draft10 with parameters of type AccessTokenRequest
protected  boolean AccessProtectedResource.executeAccessTokenRequest(AccessTokenRequest request)
          Deprecated. Executes the given access token request and calls AccessProtectedResource.setAccessToken(String) to the access token from the response or null for an error response (whose error message is silently ignored).
 



Copyright © 2011-2012 Google. All Rights Reserved.