Package com.google.api.client.extensions.auth.helpers.oauth2.draft10

Implementation of the auth object interface to obtain and manage OAuth2 credentials using the web server flow.

See:
          Description

Class Summary
OAuth2Credential Credential implementation that is used to authorize OAuth2 enabled requests through the use of the access_token header, as well as refresh the token when it is required.
OAuth2ThreeLeggedFlow This class is designed to allow the three legged web app flow for OAuth2 to be accomplished easily.
 

Package com.google.api.client.extensions.auth.helpers.oauth2.draft10 Description

Implementation of the auth object interface to obtain and manage OAuth2 credentials using the web server flow.

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:
moshenko@google.com (Jacob Moshenko)


Copyright © 2011 Google. All Rights Reserved.