Method: Talis::Authentication::PublicKey#initialize

Defined in:
lib/talis/authentication/public_key.rb

#initialize(cache_store) ⇒ PublicKey

Construct an empty public key object.

Parameters:

  • cache_store (ActiveSupport::Cache::MemoryStore)

    A cache store to use to fetch locally cached keys before trying remotely.



15
16
17
# File 'lib/talis/authentication/public_key.rb', line 15

def initialize(cache_store)
  @cache_store = cache_store
end