![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
Classes | |
| struct | SessionCommand |
Public Attributes | |
| required string | user_name = 1 |
| optional string | password = 2 |
| optional string | email = 3 |
| optional string | country = 5 |
| optional string | real_name = 6 |
| optional string | clientid = 7 |
| optional string | hashed_password = 8 |
User wants to register a new account
| optional string Command_Register::clientid = 7 |
| optional string Command_Register::country = 5 |
gender = 4; // obsolete Country code of the user. 2 letter ISO format
| optional string Command_Register::email = 3 |
Email address of the client for user validation
| optional string Command_Register::hashed_password = 8 |
| optional string Command_Register::password = 2 |
Hashed password to be inserted into database
| optional string Command_Register::real_name = 6 |
| required string Command_Register::user_name = 1 |
User name client wants to register