TrinityCore
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
 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

uint64 DosResponse = 0
 
uint64 Key = 0
 
std::array< uint8, 16 > LocalChallenge
 
std::array< uint8, DigestLengthDigest
 

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 257 of file AuthenticationPackets.h.

Constructor & Destructor Documentation

◆ AuthContinuedSession()

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

Definition at line 262 of file AuthenticationPackets.h.

Member Function Documentation

◆ Read()

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

Implements WorldPackets::Packet.

Definition at line 320 of file AuthenticationPackets.cpp.

Member Data Documentation

◆ Digest

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

Definition at line 271 of file AuthenticationPackets.h.

◆ DigestLength

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

Definition at line 260 of file AuthenticationPackets.h.

◆ DosResponse

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

Definition at line 268 of file AuthenticationPackets.h.

◆ Key

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

Definition at line 269 of file AuthenticationPackets.h.

◆ LocalChallenge

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

Definition at line 270 of file AuthenticationPackets.h.


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