module FirebaseTokenAuth
Constants
- ALGORITHM
- IdToken
- IdTokenResult
- STATUS_TO_EXCEPTION_MAPPING
- VERSION
Public Class Methods
build()
click to toggle source
# File lib/firebase_token_auth.rb, line 10 def build @client = ::FirebaseTokenAuth::Client.new(configuration) end
Also aliased as: new
configuration()
click to toggle source
# File lib/firebase_token_auth.rb, line 16 def self.configuration @configuration ||= Configuration.new end
configure() { |configuration(&block)| ... }
click to toggle source
# File lib/firebase_token_auth.rb, line 20 def self.configure(&block) yield(configuration(&block)) end