Class: Booth::Webauth::OptionsForGet

Inherits:
Object
  • Object
show all
Includes:
MethodObject
Defined in:
lib/booth/webauth/options_for_get.rb

Instance Method Summary collapse

Methods included from MethodObject

included

Instance Method Details

#callObject



9
10
11
12
13
14
# File 'lib/booth/webauth/options_for_get.rb', line 9

def call
  WebAuthn::Credential.options_for_get(
    allow: allowed_device_ids,
    user_verification: user_verification_value
  )
end