|
TFAC
|
#include <tfac.h>
Public Attributes | |
| char | string [32] |
| uint64_t | number |
A tfac result's token (NUL-terminated string containing the TOTP/HOTP).
| uint64_t tfac_token::number |
The raw number behind the token (if the token starts with one or more zeros, this padding is obviously not going to be in here; e.g. the token "001337" would be the number 1337 here).
| char tfac_token::string[32] |
NUL-terminated string containing the 2FA token.