TFAC
Public Attributes | List of all members
tfac_token Struct Reference

#include <tfac.h>

Public Attributes

char string [32]
 
uint64_t number
 

Detailed Description

A tfac result's token (NUL-terminated string containing the TOTP/HOTP).

Member Data Documentation

◆ number

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).

◆ string

char tfac_token::string[32]

NUL-terminated string containing the 2FA token.


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