|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include <IdentityManager.h>
Public Attributes | |
| std::string | uniqueId |
| std::string | username |
| std::string | peerId |
| std::vector< std::string > | usernamesHistory |
Definition at line 8 of file IdentityManager.h.
| std::string PeerIdentity::peerId |
Definition at line 12 of file IdentityManager.h.
| std::string PeerIdentity::uniqueId |
Definition at line 10 of file IdentityManager.h.
| std::string PeerIdentity::username |
Definition at line 11 of file IdentityManager.h.
| std::vector<std::string> PeerIdentity::usernamesHistory |
Definition at line 13 of file IdentityManager.h.