TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Auth::AuthContinuedSession Class Referencefinal

#include <AuthenticationPackets.h>

+ Inheritance diagram for WorldPackets::Auth::AuthContinuedSession:

Public Member Functions

 AuthContinuedSession (WorldPacket &&packet)
 
- Public Member Functions inherited from WorldPackets::Auth::EarlyProcessClientPacket< AuthContinuedSession >
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

uint64 DosResponse = 0
 
uint64 Key = 0
 
uint32 NativeRealmAddress = 0
 
uint32 Key3 = 0
 
std::array< uint8, 32 > LocalChallenge = { }
 
std::array< uint8, DigestLengthDigest = { }
 
- Public Attributes inherited from WorldPackets::Auth::EarlyProcessClientPacket< AuthContinuedSession >
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 279 of file AuthenticationPackets.h.

Constructor & Destructor Documentation

◆ AuthContinuedSession()

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

Definition at line 284 of file AuthenticationPackets.h.

Member Function Documentation

◆ Read()

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

Implements WorldPackets::Packet.

Definition at line 326 of file AuthenticationPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Digest

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

Definition at line 291 of file AuthenticationPackets.h.

◆ DigestLength

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

Definition at line 282 of file AuthenticationPackets.h.

◆ DosResponse

uint64 WorldPackets::Auth::AuthContinuedSession::DosResponse = 0

Definition at line 286 of file AuthenticationPackets.h.

◆ EarlyProcessClientPacket

friend WorldPackets::Auth::AuthContinuedSession::EarlyProcessClientPacket
private

Definition at line 294 of file AuthenticationPackets.h.

◆ Key

uint64 WorldPackets::Auth::AuthContinuedSession::Key = 0

Definition at line 287 of file AuthenticationPackets.h.

◆ Key3

uint32 WorldPackets::Auth::AuthContinuedSession::Key3 = 0

Definition at line 289 of file AuthenticationPackets.h.

◆ LocalChallenge

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

Definition at line 290 of file AuthenticationPackets.h.

◆ NativeRealmAddress

uint32 WorldPackets::Auth::AuthContinuedSession::NativeRealmAddress = 0

Definition at line 288 of file AuthenticationPackets.h.


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