class FbaseAuth::Config
Constants
- HOST
Attributes
api_key[RW]
host[R]
return_secure_token[RW]
Public Class Methods
new()
click to toggle source
# File lib/fbase_auth/config.rb, line 9 def initialize @api_key = "" @host = HOST @return_secure_token = true end