Package com.google.api.client.extensions.auth.helpers.oauth

Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow.

See:
          Description

Class Summary
OAuthHmacCredential OAuth 1 credential which uses the OAuthHmacSigner to sign requests.
OAuthHmacThreeLeggedFlow ThreeLeggedFlow implementation that will execute the proper requests to obtain an OAuth1 Credential object that can be used to sign requests.
 

Package com.google.api.client.extensions.auth.helpers.oauth Description

Implementation of auth objects to obtain and manage OAuth 1 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.5
Author:
moshenko@google.com (Jacob Moshenko)


Copyright © 2011-2012 Google. All Rights Reserved.