Main Auth Server Singleton Class.
More...
#include <Auth.hpp>
Main Auth Server Singleton Class.
◆ add_char_server()
void Horizon::Auth::auth_config_type::add_char_server |
( |
char_server |
c | ) |
|
|
inline |
◆ get_char_servers()
std::vector< char_server > & Horizon::Auth::auth_config_type::get_char_servers |
( |
| ) |
|
|
inline |
◆ max_network_threads()
int Horizon::Auth::auth_config_type::max_network_threads |
( |
| ) |
|
|
inline |
◆ session_max_timeout()
int Horizon::Auth::auth_config_type::session_max_timeout |
( |
| ) |
|
|
inline |
◆ set_max_network_threads()
void Horizon::Auth::auth_config_type::set_max_network_threads |
( |
int |
threads | ) |
|
|
inline |
◆ set_session_max_timeout()
void Horizon::Auth::auth_config_type::set_session_max_timeout |
( |
int |
timeout | ) |
|
|
inline |
◆ _char_servers
std::vector<char_server> Horizon::Auth::auth_config_type::_char_servers |
◆ _max_network_threads
int Horizon::Auth::auth_config_type::_max_network_threads {1} |
◆ _password_salt_mix
std::string Horizon::Auth::auth_config_type::_password_salt_mix |
◆ _session_max_timeout
int Horizon::Auth::auth_config_type::_session_max_timeout {60} |
The documentation for this struct was generated from the following file: