Storage
Table of Contents
Interfaces
- OAuthStorageInterface
- Specifies the methods required for an OAuth storage adapter
Classes
- FileStorage
- Implements a filesystem storage adapter.
- ItemNotFoundException
- Thrown when an item cannot be found in the storage
- MemoryStorage
- Implements a memory storage adapter.
- OAuthStorageAbstract
- Implements an abstract OAuth storage adapter
- OAuthStorageException
- Thrown on general storage errors
- SessionStorage
- Implements a session storage adapter.