|
NAMEfido_cred_exclude —
appends a credential ID to a credential's list of excluded
credentials
SYNOPSIS#include <fido.h>
int
DESCRIPTIONThefido_cred_exclude () function adds
ptr to the list of credentials excluded by
cred, where ptr points to a
credential ID of len bytes. A copy of
ptr is made, and no references to the passed pointer are
kept. If fido_cred_exclude () fails, the existing list
of excluded credentials is preserved.
If For the format of a FIDO 2 credential ID, please refer to the Web Authentication (webauthn) standard. RETURN VALUESThe error codes returned byfido_cred_exclude () are
defined in <fido/err.h> . On
success, FIDO_OK is returned.
SEE ALSOfido_cred_new(3), fido_cred_set_authdata(3), fido_dev_make_cred(3)
Visit the GSP FreeBSD Man Page Interface. |