Class OpenID::Store::Memory
In: lib/openid/store/memory.rb
Parent: Interface

An in-memory implementation of Store. This class is mainly used for testing, though it may be useful for long-running single process apps. Note that this store is NOT thread-safe.

You should probably be looking at OpenID::Store::Filesystem

Methods

Public Class methods

Public Instance methods

Protected Instance methods

[Validate]