Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
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 8 of file AuthDefines.h.

Variable Documentation

◆ SESSION_KEY_LENGTH

size_t SESSION_KEY_LENGTH = 40
constexpr