Class: Booth::Webauth::OptionsForGet
- Inherits:
-
Object
- Object
- Booth::Webauth::OptionsForGet
- Includes:
- MethodObject
- Defined in:
- lib/booth/webauth/options_for_get.rb
Instance Method Summary collapse
Methods included from MethodObject
Instance Method Details
#call ⇒ Object
9 10 11 12 13 14 |
# File 'lib/booth/webauth/options_for_get.rb', line 9 def call WebAuthn::Credential.( allow: allowed_device_ids, user_verification: user_verification_value ) end |