MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ClientInfo

Class ClientInfo

KBotExt/Auth.h:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "base64.h"
7
8struct ClientInfo
9{
10 int port = 0;
11 std::string token;
12 std::string header;
13 std::string version;
14 std::wstring path;
15};
16
17class Auth
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected