class FirebaseTokenAuthentication::Configuration

Attributes

cache_store[RW]
firebase_project_id[RW]
logger[RW]

Public Class Methods

new() click to toggle source
# File lib/firebase_token_authentication/configuration.rb, line 7
def initialize
  @cache_store = nil
  @firebase_project_id = nil
  @logger = nil
end