Available on crate feature
usb
only.Expand description
USBTransport communicates with a FIDO token over USB HID.
This module should work on most platforms with USB support, provided that the user has permissions.
§Windows support
Windows’ WebAuthn API (on Windows 10 build 1903 and later) blocks non-Administrator access to all USB HID FIDO tokens, making them invisible to normal USB HID APIs.
Use Win10 (available with the win10
feature) on
Windows instead.