Class: Reedb::TokenFactory
- Inherits:
-
Object
- Object
- Reedb::TokenFactory
- Defined in:
- lib/reedb/security/tokens.rb
Overview
Class that can generate tokens for any occasion that are cryptographically more secure.
Instance Method Summary collapse
-
#initialize(params) ⇒ TokenFactory
constructor
A new instance of TokenFactory.
Constructor Details
#initialize(params) ⇒ TokenFactory
Returns a new instance of TokenFactory.
17 18 19 |
# File 'lib/reedb/security/tokens.rb', line 17 def initialize params # Constructor stub end |