BF2MC-Matchmaker
|
Represents a session with a GPCM client. More...
#include <client.h>
Public Attributes | |
std::string | challenge |
int | profileid = -1 |
std::string | authtoken |
std::shared_ptr< Client > | client |
std::string | status |
Represents a session with a GPCM client.
This struct holds information about a GPCM client's session, including challenge, profile ID, authentication token, associated client, and status.
Definition at line 18 of file gpcm/client.h.