|
NAMEfido_dev_get_assert —
obtains an assertion from a FIDO device
SYNOPSIS#include <fido.h>
int
DESCRIPTIONThefido_dev_get_assert () function asks the FIDO device
represented by dev for an assertion according to the
following parameters defined in assert:
See fido_assert_set_authdata(3) for information on how these values are set. If a PIN is not needed to authenticate the request against dev, then pin may be NULL. Otherwise pin must point to a NUL-terminated UTF-8 string. After a successful call to
Please note that RETURN VALUESThe error codes returned byfido_dev_get_assert () are
defined in <fido/err.h> . On
success, FIDO_OK is returned.
SEE ALSOfido_assert_new(3), fido_assert_set_authdata(3)
Visit the GSP FreeBSD Man Page Interface. |