| Interface | Description |
|---|---|
| AuthenticationStore |
Saves an OAuth access token
|
| OAuth |
Performs OAuth authentication (either version 1 or 2)
|
| Class | Description |
|---|---|
| FileAuthenticationStore |
Stores an OAuth access token in a file
|
| OAuth1 |
Performs OAuth authentication.
|
| OAuth2 |
Performs OAuth v2 authentication.
|
| PercentEncoding |
Encodes and decodes strings according to the rules defined in the
OAuth specification
|
| Response |
A response of an OAuth request
|
| Token |
Represents an OAuth token
|
| Enum | Description |
|---|---|
| OAuth.Method |
HTTP request methods
|
| Exception | Description |
|---|---|
| RequestException |
This exception is thrown when an HTTP request fails
|
| UnauthorizedException |
This exception is thrown when a user is not authenticated
|