class Truefactor::Configuration
Attributes
desktop_origin[RW]
icon[RW]
model_class[RW]
origin[RW]
origin_name[RW]
tfid_type[RW]
web_origin[RW]
Public Class Methods
new()
click to toggle source
# File lib/truefactor.rb, line 30 def initialize @web_origin = 'https://truefactor.io' @desktop_origin = 'truefactor://' @tfid_type = :email @origin_name = 'Truefactorized app' end