#include <tokencollector.hpp>
Definition at line 47 of file tokencollector.hpp.
Public Attributes | |
| std::string | token |
| The magic_token aka passToken. | |
| T | payload |
| The actual data, which will be sent back when matched. | |
| time_t | timeStamp |
| The amount of seconds since TokenCollector was running, at the last outdated check. | |
|
|||||
|
The actual data, which will be sent back when matched.
Definition at line 53 of file tokencollector.hpp. |
|
|||||
|
The amount of seconds since TokenCollector was running, at the last outdated check.
Definition at line 59 of file tokencollector.hpp. |
|
|||||
|
The magic_token aka passToken.
Definition at line 50 of file tokencollector.hpp. |
1.3.9.1