Enum AuthenticatorTransport
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[To("NoneWithTrailingDotRemoved")]
public enum AuthenticatorTransport
Fields
[Value("\"usb\"")] Usb = 0[Value("\"nfc\"")] Nfc = 1[Value("\"ble\"")] Ble = 2[Value("\"smart-card\"")] SmartCard = 3[Value("\"hybrid\"")] Hybrid = 4[Value("\"internal\"")] Internal = 5