Method: Talis::Authentication::PublicKey#initialize
- Defined in:
- lib/talis/authentication/public_key.rb
#initialize(cache_store) ⇒ PublicKey
Construct an empty public key object.
15 16 17 |
# File 'lib/talis/authentication/public_key.rb', line 15 def initialize(cache_store) @cache_store = cache_store end |