Package com.google.api.client.googleapis.auth.oauth2.draft10

Google's additions to OAuth 2.0 (draft 10) authorization as specified in Using OAuth 2.0 to Access Google APIs (Experimental).

See:
          Description

Class Summary
GoogleAccessProtectedResource Thread-safe Google extension to the OAuth 2.0 (draft 10) method for specifying and refreshing the access token parameter as a request parameter.
GoogleAccessTokenRequest Google extension to the OAuth 2.0 (draft 10) request for an access token.
GoogleAccessTokenRequest.GoogleAssertionGrant Google extension to the OAuth 2.0 Assertion Flow: request an access token based on an assertion.
GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant Google extension to the OAuth 2.0 Web Server Flow: request an access token based on a verification code.
GoogleAccessTokenRequest.GoogleRefreshTokenGrant Google extension to the OAuth 2.0 request to refresh an access token.
GoogleAuthorizationRequestUrl Google extension to the OAuth 2.0 (draft 10) URL builder for an authorization web page to allow the end user to authorize the application to access their protected resources.
 

Package com.google.api.client.googleapis.auth.oauth2.draft10 Description

Google's additions to OAuth 2.0 (draft 10) authorization as specified in Using OAuth 2.0 to Access Google APIs (Experimental).

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.4
Author:
Yaniv Inbar


Copyright © 2010-2011 Google. All Rights Reserved.