| | Class | Description |
| | OAuthConnection |
A utility class that wraps the entire OAuth signing mechanism over the Connection manager. |
| | OAuthConsumer |
The OAuthConsumer class contains the consumer key and secret provided by a service provider. |
| | OAuthRequest |
The OAuthRequest is used to create a request and apply a signature. |
| | OAuthSignatureMethod |
Base class for OAuth signature method implmentations. |
| | OAuthSignatureMethod_HMAC_SHA1 |
Signs a request using HMAC-SHA1 encryption. |
| | OAuthSignatureMethod_PLAINTEXT |
Signs a request as plain-text. |
| | OAuthToken |
The OAuthToken class contains the access token key and secret used by the consumer to access protected resources. |
| | OAuthUtil |
A utility class for various OAuth functionality. |