module Firebase::Auth::IDTokenKeeper
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/firebase/auth/id_token_keeper.rb, line 12 def config @config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/firebase/auth/id_token_keeper.rb, line 8 def configure yield config end