RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
PeerIdentity Struct Reference

#include <IdentityManager.h>

Collaboration diagram for PeerIdentity:

Public Attributes

std::string uniqueId
 
std::string username
 
std::string peerId
 
std::vector< std::string > usernamesHistory
 

Detailed Description

Definition at line 8 of file IdentityManager.h.

Member Data Documentation

◆ peerId

std::string PeerIdentity::peerId

Definition at line 12 of file IdentityManager.h.

◆ uniqueId

std::string PeerIdentity::uniqueId

Definition at line 10 of file IdentityManager.h.

◆ username

std::string PeerIdentity::username

Definition at line 11 of file IdentityManager.h.

◆ usernamesHistory

std::vector<std::string> PeerIdentity::usernamesHistory

Definition at line 13 of file IdentityManager.h.


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