TrinityCore
Loading...
Searching...
No Matches
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< AuthSession >
bool ReadNoThrow ()
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () 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
 
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, 32 > LocalChallenge = { }
 
std::array< uint8, DigestLengthDigest = { }
 
uint64 DosResponse = 0
 
std::string RealmJoinTicket
 
bool UseIPv6 = false
 
- Public Attributes inherited from WorldPackets::Auth::EarlyProcessClientPacket< AuthSession >
friend Derived
 

Static Public Attributes

static constexpr uint32 DigestLength = 24
 

Private Member Functions

void Read () override
 

Private Attributes

friend EarlyProcessClientPacket
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 100 of file AuthenticationPackets.h.

Constructor & Destructor Documentation

◆ AuthSession()

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

Definition at line 105 of file AuthenticationPackets.h.

Member Function Documentation

◆ Read()

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

Implements WorldPackets::Packet.

Definition at line 76 of file AuthenticationPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ BattlegroupID

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

Definition at line 108 of file AuthenticationPackets.h.

◆ Digest

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

Definition at line 111 of file AuthenticationPackets.h.

◆ DigestLength

constexpr uint32 WorldPackets::Auth::AuthSession::DigestLength = 24
staticconstexpr

Definition at line 103 of file AuthenticationPackets.h.

◆ DosResponse

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

Definition at line 112 of file AuthenticationPackets.h.

◆ EarlyProcessClientPacket

friend WorldPackets::Auth::AuthSession::EarlyProcessClientPacket
private

Definition at line 117 of file AuthenticationPackets.h.

◆ LocalChallenge

std::array<uint8, 32> WorldPackets::Auth::AuthSession::LocalChallenge = { }

Definition at line 110 of file AuthenticationPackets.h.

◆ RealmID

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

Definition at line 109 of file AuthenticationPackets.h.

◆ RealmJoinTicket

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

Definition at line 113 of file AuthenticationPackets.h.

◆ RegionID

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

Definition at line 107 of file AuthenticationPackets.h.

◆ UseIPv6

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

Definition at line 114 of file AuthenticationPackets.h.


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