|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
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::IView * | cdc::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. | |