

The external authenticator currently has an exclusive wired connection. Since : 3.0 Enumerator: FIDO_AUTH_ATTACH_HINT_INTERNALĪuthenticator is permanently attached to the FIDO User Device.Īuthenticator is removable or remote from the FIDO User Device. Remarks: Refer to FIDO UAF Registry document for more details. The FIDO Server response for successful interaction.Īuthenticator's supported method to communicate to FIDO user device. The structure type for the Authenticator handle. Gets the FIDO client vendor version information. Also FIDO server document needs to be referred for using end points and additional parameters.įido_get_client_vendor (char **vendor_name)įido_get_client_version (int *client_major_version, int *client_minor_version) More details on featuring your application can be found from Feature List. To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. You can check if a device supports the related features for this API by using System Information, thereby controlling the procedure of your application. It is recommended to design feature related codes in your application for reliability. This API is related with the following feature: More details about the FIDO specification can be found in The goal of this Universal Authentication Framework is to provide a unified and extensible authentication mechanism that supplants passwords while avoiding the shortcomings of current alternative authentication approaches.

The FIDO Universal Authentication Framework (UAF) Client APIs provide APIs for application developers to utilize Device's available authenticators for online service integration. The FIDO Client APIs provide Fast IDentity Online UAF Client specification APIs.
