|
Class Summary |
| GoogleOAuthHelper |
Extends the OAuthHelper class with details specific to making
OAuth requests with Google. |
| GoogleOAuthParameters |
Defines the parameters necessary for making OAuth requests against Google. |
| OAuthHelper |
Helper methods to support the entire OAuth lifecycle, including generating
the user authorization url, exchanging the user authenticated request token
for an access token, and generating the Authorization http header. |
| OAuthHmacSha1Signer |
Signs strings using HMAC-SHA1. |
| OAuthHttpClient |
A simple client for making http requests and returning the response body. |
| OAuthParameters |
Container for OAuth-related parameters. |
| OAuthRsaSha1Signer |
Signs strings using RSA-SHA1. |
| OAuthUtil |
A general container for methods related to OAuth. |