|
Class Summary |
| AccessToken |
Representing authorized Access Token which is passed to the service provider in order to access protected resources.
the token and token secret can be stored into some persistent stores such as file system or RDBMS for the further accesses. |
| BASE64Encoder |
A utility class encodes byte array into String using Base64 encoding scheme. |
| HttpClient |
A utility class to handle HTTP request/response. |
| OAuth |
|
| PostParameter |
A data class representing HTTP Post parameter |
| Response |
A data class representing HTTP Response |
| TempCredentials |
Follows the naming convention used at
http://tools.ietf.org/html/draft-hammer-oauth-10#section-2.1
to represent a set of temporary credentials obtained from the server by making an authenticated HTTP
"POST" request to the Temporary Credential Request endpoint. |