BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
#include <TokenID.h>
Public Member Functions | |
TokenID (const std::string &value) | |
bool | isNull () const |
std::string | toString () const |
bool | operator!= (const TokenID &id) const |
bool | operator== (const TokenID &id) const |
bool | operator< (const TokenID &id) const |
bool | operator> (const TokenID &id) const |
bool | operator<= (const TokenID &id) const |
bool | operator>= (const TokenID &id) const |
Static Public Member Functions | |
static TokenID | parse (const std::string &value) |
Class TokenID provides implementation of type encapsulating tokens used in user authorisation processes.