Class: Booth::Testing::VirtualAuthenticators::Destroy
- Inherits:
-
Object
- Object
- Booth::Testing::VirtualAuthenticators::Destroy
- Includes:
- Logging, Calls
- Defined in:
- lib/booth/testing/support/virtual_authenticators/destroy.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
13 14 15 16 |
# File 'lib/booth/testing/support/virtual_authenticators/destroy.rb', line 13 def call log { "Removing Virtual Authenticator with ID #{id}" } devtools.send_cmd 'WebAuthn.removeVirtualAuthenticator', authenticatorId: id end |