TrinityCore
WorldPackets::Auth::AuthSession Class Referencefinal

#include <AuthenticationPackets.h>

+ Inheritance diagram for WorldPackets::Auth::AuthSession:

Public Member Functions

 AuthSession (WorldPacket &&packet)
 
- Public Member Functions inherited from WorldPackets::Auth::EarlyProcessClientPacket
 EarlyProcessClientPacket (OpcodeClient opcode, WorldPacket &&packet)
 
bool ReadNoThrow ()
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () override final
 
OpcodeClient GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

uint32 RegionID = 0
 
uint32 BattlegroupID = 0
 
uint32 RealmID = 0
 
std::array< uint8, 16 > LocalChallenge
 
std::array< uint8, DigestLengthDigest
 
uint64 DosResponse = 0
 
std::string RealmJoinTicket
 
bool UseIPv6 = false
 

Static Public Attributes

static uint32 const DigestLength = 24
 

Private Member Functions

void Read () override
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 77 of file AuthenticationPackets.h.

Constructor & Destructor Documentation

◆ AuthSession()

WorldPackets::Auth::AuthSession::AuthSession ( WorldPacket &&  packet)
inline

Definition at line 82 of file AuthenticationPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Auth::AuthSession::Read ( )
overrideprivatevirtual

Implements WorldPackets::Packet.

Definition at line 82 of file AuthenticationPackets.cpp.

Member Data Documentation

◆ BattlegroupID

uint32 WorldPackets::Auth::AuthSession::BattlegroupID = 0

Definition at line 89 of file AuthenticationPackets.h.

◆ Digest

std::array<uint8, DigestLength> WorldPackets::Auth::AuthSession::Digest

Definition at line 92 of file AuthenticationPackets.h.

◆ DigestLength

uint32 const WorldPackets::Auth::AuthSession::DigestLength = 24
static

Definition at line 80 of file AuthenticationPackets.h.

◆ DosResponse

uint64 WorldPackets::Auth::AuthSession::DosResponse = 0

Definition at line 93 of file AuthenticationPackets.h.

◆ LocalChallenge

std::array<uint8, 16> WorldPackets::Auth::AuthSession::LocalChallenge

Definition at line 91 of file AuthenticationPackets.h.

◆ RealmID

uint32 WorldPackets::Auth::AuthSession::RealmID = 0

Definition at line 90 of file AuthenticationPackets.h.

◆ RealmJoinTicket

std::string WorldPackets::Auth::AuthSession::RealmJoinTicket

Definition at line 94 of file AuthenticationPackets.h.

◆ RegionID

uint32 WorldPackets::Auth::AuthSession::RegionID = 0

Definition at line 88 of file AuthenticationPackets.h.

◆ UseIPv6

bool WorldPackets::Auth::AuthSession::UseIPv6 = false

Definition at line 95 of file AuthenticationPackets.h.


The documentation for this class was generated from the following files: