CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
Fido2Ui.h File Reference
#include "mod_fido2/fido2.h"
#include "cdc_ui/IView.h"

Go to the source code of this file.

Namespaces

namespace  cdc
namespace  cdc::mod_fido2

Functions

void cdc::mod_fido2::fido2_ui_init ()
 Initializes FIDO2 UI resources and list views.
cdc::ui::IViewcdc::mod_fido2::fido2_ui_get_list_view ()
 Returns FIDO2 credential list view.
const char * cdc::mod_fido2::fido2_ui_get_label ()
 Returns localized module label for menus.
fido2_user_presence_result_t cdc::mod_fido2::fido2_ui_user_presence_callback (const char *rp_id, fido2_action_t action, const char *user_name)
 User-presence callback used by FIDO2 core for approval prompts.
bool cdc::mod_fido2::fido2_ui_abort_prompt ()
 Forcibly denies any in-flight user-presence prompt.