AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ClientAuthSession Struct Reference

Public Attributes

uint32 BattlegroupID = 0
 
uint32 LoginServerType = 0
 
uint32 RealmID = 0
 
uint32 Build = 0
 
std::array< uint8, 4 > LocalChallenge = {}
 
uint32 LoginServerID = 0
 
uint32 RegionID = 0
 
uint64 DosResponse = 0
 
Acore::Crypto::SHA1::Digest Digest = {}
 
std::string Account
 
ByteBuffer AddonInfo
 

Detailed Description

Member Data Documentation

◆ Account

std::string ClientAuthSession::Account

◆ AddonInfo

ByteBuffer ClientAuthSession::AddonInfo

◆ BattlegroupID

uint32 ClientAuthSession::BattlegroupID = 0

◆ Build

uint32 ClientAuthSession::Build = 0

◆ Digest

Acore::Crypto::SHA1::Digest ClientAuthSession::Digest = {}
342{};

◆ DosResponse

uint64 ClientAuthSession::DosResponse = 0

◆ LocalChallenge

std::array<uint8, 4> ClientAuthSession::LocalChallenge = {}
338{};

◆ LoginServerID

uint32 ClientAuthSession::LoginServerID = 0

◆ LoginServerType

uint32 ClientAuthSession::LoginServerType = 0

◆ RealmID

uint32 ClientAuthSession::RealmID = 0

◆ RegionID

uint32 ClientAuthSession::RegionID = 0

The documentation for this struct was generated from the following file: