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

Public Attributes

uint8_t type
char issuer [OathStore::ISSUER_LEN]
uint8_t secret [OathStore::SECRET_LEN]
uint8_t secretLen
uint8_t digits
uint32_t period
uint64_t counter
uint8_t algorithm
uint8_t flags

Detailed Description

Definition at line 80 of file OathStore.cpp.

Member Data Documentation

◆ algorithm

uint8_t cdc::mod_2fa::OathPayload::algorithm

◆ counter

uint64_t cdc::mod_2fa::OathPayload::counter

◆ digits

uint8_t cdc::mod_2fa::OathPayload::digits

◆ flags

uint8_t cdc::mod_2fa::OathPayload::flags

◆ issuer

char cdc::mod_2fa::OathPayload::issuer[OathStore::ISSUER_LEN]

◆ period

uint32_t cdc::mod_2fa::OathPayload::period

◆ secret

uint8_t cdc::mod_2fa::OathPayload::secret[OathStore::SECRET_LEN]

◆ secretLen

uint8_t cdc::mod_2fa::OathPayload::secretLen

◆ type

uint8_t cdc::mod_2fa::OathPayload::type

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