Module: Devise

Defined in:
lib/devise_twilio_two_factor.rb,
lib/devise_twilio_two_factor/controllers/helpers.rb,
lib/devise_twilio_two_factor/models/twilio_two_factor_authenticatable.rb

Defined Under Namespace

Modules: Controllers, Models Classes: TwilioTwoFactorController

Constant Summary collapse

@@otp_code_length =
6
@@twilio_account_sid =
"ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
@@twilio_auth_token =
"token"
@@twilio_verify_service_sid =
"VAXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
@@second_factor_resource_id =
"id"
@@remember_otp_session_for_seconds =
30.minutes
true