TrinityCore
AuthDefines.h File Reference
#include "Define.h"
#include <array>
+ Include dependency graph for AuthDefines.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using SessionKey = std::array< uint8, SESSION_KEY_LENGTH >
 

Variables

constexpr size_t SESSION_KEY_LENGTH = 40
 

Typedef Documentation

◆ SessionKey

using SessionKey = std::array<uint8, SESSION_KEY_LENGTH>

Definition at line 25 of file AuthDefines.h.

Variable Documentation

◆ SESSION_KEY_LENGTH

constexpr size_t SESSION_KEY_LENGTH = 40
constexpr

Definition at line 24 of file AuthDefines.h.