Definition
Web Authentication: An API for accessing Public Key Credentials - Level 3 defines AuthenticatorTransport
enum AuthenticatorTransport {
"usb",
"nfc",
"ble",
"smart-card",
"hybrid",
"internal"
};
AuthenticatorTransport
enumWeb Authentication: An API for accessing Public Key Credentials - Level 3 defines AuthenticatorTransport
enum AuthenticatorTransport {
"usb",
"nfc",
"ble",
"smart-card",
"hybrid",
"internal"
};