|
NAMEfido_dev_get_touch_begin ,
fido_dev_get_touch_status —
asynchronously wait for touch on a FIDO 2 authenticator
SYNOPSIS#include <fido.h>
int
int
DESCRIPTIONThe functions described in this page allow an application to asynchronously wait for touch on a FIDO authenticator. This is useful when multiple authenticators are present and the application needs to know which one to use.The The RETURN VALUESThe error codes returned byfido_dev_get_touch_begin ()
and fido_dev_get_touch_status () are defined in
<fido/err.h> . On success,
FIDO_OK is returned.
EXAMPLESPlease refer to examples/select.c in libfido2's source tree.SEE ALSOfido_dev_cancel(3)CAVEATSThefido_dev_get_touch_status () function will cause a
command to be transmitted to U2F authenticators. These transmissions should
not exceed a frequency of 5Hz.
Visit the GSP FreeBSD Man Page Interface. |