Class: Booth::Core::Webauth::OptionsForGet
- Inherits:
-
Object
- Object
- Booth::Core::Webauth::OptionsForGet
- Includes:
- Calls
- Defined in:
- lib/booth/core/webauth/options_for_get.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/booth/core/webauth/options_for_get.rb', line 12 def call raise 'what' unless WebAuthn::Credential.( allow: allowed_device_ids, user_verification: :required, relying_party:, ) end |