Class: Booth::Core::Webauth::RegistrationVerification

Inherits:
Object
  • Object
show all
Includes:
Logging, Calls
Defined in:
lib/booth/core/webauth/registration_verification.rb

Overview

Verifies the ajax-response of a hardware key to a previous challenge.

Instance Method Summary collapse

Instance Method Details

#callObject



16
17
18
19
# File 'lib/booth/core/webauth/registration_verification.rb', line 16

def call
  do_verify_response
    .on_success { do_return_attributes }
end