b’2eb1839943219c4a6b788ddd2453641fd1733d’
blob 394�#pragma once
#include
#include
/// AuthTableEntry represents one user stored in the authentication table
struct AuthTableEntry {
std::string username; // The name of the user
std::vector
std::vector
std::vector
};