| ClientAssertionType |
| Controller |
| Encryption |
| GrantType |
| OpenID |
| Request |
| ResponseType |
| Storage |
| TokenType |
| RequestInterface | |
| ResponseInterface | Interface which represents an object response. Meant to handle and display the proper OAuth2 Responses for errors and successes |
| ScopeInterface | Class to handle scope implementation logic |
| Autoloader | Autoloads OAuth2 classes |
| AutoloadTest | |
| Request | OAuth2\Request This class is taken from the Symfony2 Framework and is part of the Symfony package. |
| RequestTest | |
| Response | Class to handle OAuth2 Responses in a graceful way. Use this interface to output the proper OAuth2 responses. |
| ResponseTest | |
| Scope | |
| ScopeTest | |
| Server | Server class for OAuth2 This class serves as a convience class which wraps the other Controller classes |
| ServerTest |