24#ifndef AUTHENTICATION_WEBAUTHN_CLIENTOPT_LONGOPTS_H
25#define AUTHENTICATION_WEBAUTHN_CLIENTOPT_LONGOPTS_H
27{
"plugin_authentication_webauthn_client_preserve_privacy",
29 "Allows selection of discoverable credential to be used for signing "
31 "default is false - implies challenge is signed by all credentials for "
32 "given relying party.",
44 {
"plugin_authentication_webauthn_device",
46 "Specifies what libfido2 device to use. 0 (the first device) is the "
case OPT_AUTHENTICATION_WEBAUTHN_CLIENT_PRESERVE_PRIVACY
Definition: authentication_webauthn_clientopt-case.h:29
static unsigned int opt_authentication_webauthn_client_device
Definition: authentication_webauthn_clientopt-vars.h:33
bool opt_authentication_webauthn_client_preserve_privacy
Definition: authentication_webauthn_clientopt-vars.h:31
@ REQUIRED_ARG
Definition: my_getopt.h:81
@ NO_ARG
Definition: my_getopt.h:81
#define GET_UINT
Definition: my_getopt.h:47
#define GET_BOOL
Definition: my_getopt.h:45