AuthenticatorTransport Enumeration |
Version 130.1.90
AuthenticatorTransport
Namespace: CefSharp.DevTools.WebAuthnAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum AuthenticatorTransport
public enum class AuthenticatorTransport
Members Member name | Value | Description |
---|
Usb | 0 |
usb
|
Nfc | 1 |
nfc
|
Ble | 2 |
ble
|
Cable | 3 |
cable
|
Internal | 4 |
internal
|
See Also