Module: OpenID::Store
- Defined in:
- lib/openid/store/interface.rb,
lib/openid/store/memory.rb,
lib/openid/store/memcache.rb,
lib/openid/store/filesystem.rb
Overview
Stores for Associations and nonces. Used by both the Consumer and the Server. If you have a database abstraction layer or other state storage in your application or framework already, you can implement the store interface.
Defined Under Namespace
Classes: Filesystem, Interface, Memcache, Memory