tec::user::Credentials
#include <credentials.hpp>
Public Functions
| Name | |
|---|---|
| void | RegisterLuaType(sol::state & ) |
Public Attributes
| Name | |
|---|---|
| std::string | user_id |
| std::string | username |
| std::string | password |
Public Functions Documentation
function RegisterLuaType
static void RegisterLuaType(
sol::state &
)
Public Attributes Documentation
variable user_id
std::string user_id;
variable username
std::string username;
variable password
std::string password;
Updated on 2022-07-24 at 19:27:35 +0000