Skip to content

Commit

Permalink
Add "smart-card" transport
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jun 24, 2024
1 parent 53c5f7b commit 8fc2139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webauthn/helpers/structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class AuthenticatorTransport(str, Enum):
USB = "usb"
NFC = "nfc"
BLE = "ble"
SMART_CARD = "smart-card"
INTERNAL = "internal"
CABLE = "cable"
HYBRID = "hybrid"
Expand Down

0 comments on commit 8fc2139

Please sign in to comment.