CONZEPT 16 C++ API
C16::Users Class Referenceabstract

Users of a database. More...

#include "C16/Users.hpp"

Detailed Description

Users of a database.

Public Member Functions

virtual User::Logout::Result log_out (unsigned int id, unsigned int number, const std::string &server_password=std::string()) const =0
 Logs a user out of the database. More...
 

Member Function Documentation

◆ log_out()

virtual User::Logout::Result C16::Users::log_out ( unsigned int  id,
unsigned int  number,
const std::string &  server_password = std::string() 
) const
pure virtual

Logs a user out of the database.

Parameters
idId of the user
numberNumber of the user
server_passwordPassword of the server
Returns
Result of the logout
Note
The user wont be logged out immediately but after a couple of seconds.
See also
User::log_out