CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::mod_2fa::PendingConfirm Struct Reference

Response awaiting an on-device touch confirmation. More...

Public Attributes

bool awaiting = false
uint16_t connHandle = INVALID_HANDLE
uint8_t response [core::IChallengeResponder::MAX_RESPONSE_LEN] = {}
size_t responseLen = 0

Detailed Description

Response awaiting an on-device touch confirmation.

Definition at line 82 of file ble_chalresp.cpp.

Member Data Documentation

◆ awaiting

bool cdc::mod_2fa::PendingConfirm::awaiting = false

Definition at line 83 of file ble_chalresp.cpp.

◆ connHandle

uint16_t cdc::mod_2fa::PendingConfirm::connHandle = INVALID_HANDLE

Definition at line 84 of file ble_chalresp.cpp.

◆ response

uint8_t cdc::mod_2fa::PendingConfirm::response[core::IChallengeResponder::MAX_RESPONSE_LEN] = {}

Definition at line 85 of file ble_chalresp.cpp.

◆ responseLen

size_t cdc::mod_2fa::PendingConfirm::responseLen = 0

Definition at line 86 of file ble_chalresp.cpp.


The documentation for this struct was generated from the following file: