Classes summary
| AccessToken |
This class stores "access_token" data. |
| ClientToken |
This class stores "client_token" data. |
| Encryption |
This class is used to wrap encryption functions. |
| FileCache |
This class is used to Cache Data stored in File |
| LogConfig |
This class stores the configuration for objects for logging. |
| LoginStatus |
This class stores login status. |
| LoginStatusType |
This class stores the login status types. |
| OAuth |
This class wraps all methods for interactions with OAuth service,
for user authentication and validation. Also generates the URLs to
perform this operations as register or login. |
| OAuthConfig |
Manages OAuth configuration file. |
| OauthTemplate |
Manages OAuth configuration file. |
| RefreshToken |
This class stores "refresh_token" data. |
| Request |
|
| StoredToken |
Abstract class which aims to be the parent class of the different types
of tokens. |
| Things |
This class stores data from user's session generated by Genetsis ID. |
| User |
This class stores user data. |