Uses of Class
com.google.api.client.auth.oauth.AbstractOAuthGetToken

Packages that use AbstractOAuthGetToken
com.google.api.client.auth.oauth OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification). 
 

Uses of AbstractOAuthGetToken in com.google.api.client.auth.oauth
 

Subclasses of AbstractOAuthGetToken in com.google.api.client.auth.oauth
 class OAuthGetAccessToken
          Generic OAuth 1.0a URL to request to exchange the temporary credentials token (or "request token") for a long-lived credentials token (or "access token") from an authorization server.
 class OAuthGetTemporaryToken
          Generic OAuth 1.0a URL to request a temporary credentials token (or "request token") from an authorization server.
 



Copyright © 2010-2011 Google. All Rights Reserved.