Skip to content

Commit

Permalink
Add smart-card to transports enum
Browse files Browse the repository at this point in the history
  • Loading branch information
J Pascoe authored and agl committed May 3, 2023
1 parent 9d14a17 commit 2812d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3832,6 +3832,7 @@ It mirrors some fields of the {{PublicKeyCredential}} object returned by
"usb",
"nfc",
"ble",
"smart-card",
"hybrid",
"internal"
};
Expand All @@ -3855,6 +3856,9 @@ Note: The {{AuthenticatorTransport}} enumeration is deliberately not referenced,
: <dfn>ble</dfn>
:: Indicates the respective [=authenticator=] can be contacted over Bluetooth Smart (Bluetooth Low Energy / BLE).

: <dfn>smart-card</dfn>
:: Indicates the respective [=authenticator=] can be contacted over ISO/IEC 7816 smart card with contacts.

: <dfn>hybrid</dfn>
:: Indicates the respective [=authenticator=] can be contacted using a combination of (often separate) data-transport and proximity mechanisms. This supports, for example, authentication on a desktop computer using a smartphone.

Expand Down

0 comments on commit 2812d2c

Please sign in to comment.