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

Packages that use AccessTokenRequest
com.google.api.client.auth.oauth2 OAuth 2.0 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
 

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



Copyright © 2010-2011 Google. All Rights Reserved.