Class: Booth::Credentials::OtpAuthentication

Inherits:
Object
  • Object
show all
Includes:
Logging, MethodObject
Defined in:
lib/booth/credentials/otp_authentication.rb

Instance Method Summary collapse

Methods included from MethodObject

included

Instance Method Details

#callObject



12
13
14
15
16
# File 'lib/booth/credentials/otp_authentication.rb', line 12

def call
  do_check_otp_code_syntax
    .on_success { do_check_cooldown }
    .on_success { do_check_code }
end