Enum AuthenticatorTransport
Definition
- Assembly:
- Tizen.Security.WebAuthn.dll
WebAuthn authenticator transports.
[Flags]
public enum AuthenticatorTransport : uint
Remarks
Multiple transport values can be combined using bit-wise operation. Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#enum-transport
Fields
Name | Description |
---|---|
Ble | Authenticator reachable over BLE. |
Hybrid | Authenticator reachable using a combination of mechanisms. |
Internal | Authenticator reachable using a client device-specific transport. |
Nfc | Authenticator reachable over NFC. |
None | No transport specified. |
Smartcard | Authenticator reachable using Smart Card. |
Usb | Authenticator reachable over USB. |