Enum AuthenticatorAttachmentHint

Definition

Namespace:
Tizen.Account.FidoClient
Assembly:
Tizen.Account.FidoClient.dll
API Level:
3

Authenticator's supproted method to communicate to FIDO user device.

C#
Copy
public enum AuthenticatorAttachmentHint
Name Description
Bt

Authenticator is able to communicate by Bluetooth to the FIDO User Device.

External

Authenticator is removable or remote from the FIDO User Device.

Internal

Authenticator is permanently attached to the FIDO User Device.

Nfc

Authenticator is able to communicate by NFC to the FIDO User Device.

Nw

Authenticator is connected to the FIDO User Device ver a non-exclusive network (e.g. over a TCP/IP LAN or WAN, as opposed to a PAN or point-to-point connection).

Ready

The external authenticator is in a "ready" state.

WifiDirect

The external authenticator is able to communicate using WiFi Direct with the FIDO User Device.

Wired

The external authenticator currently has an exclusive wired connection.

Wireless

The external authenticator communicates with the FIDO User Device through wireless means.