Horizon Official Technical Documentation
Auth.hpp File Reference
+ Include dependency graph for Auth.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Horizon::Auth::auth_config_type
 Main Auth Server Singleton Class. More...
 
struct  Horizon::Auth::auth_config_type::char_server
 
class  Horizon::Auth::AuthServer
 

Namespaces

namespace  Horizon
 
namespace  Horizon::Auth
 

Macros

#define sAuth   Horizon::Auth::AuthServer::getInstance()
 

Variables

const int Horizon::Auth::SALT_LEN = 16
 
const int Horizon::Auth::HASH_LEN = 32
 
const int Horizon::Auth::ITERATIONS = 10000
 

Macro Definition Documentation

◆ sAuth