AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
AuthSession.h File Reference
#include "AsyncCallbackProcessor.h"
#include "BigNumber.h"
#include "ByteBuffer.h"
#include "Common.h"
#include "CryptoHash.h"
#include "Optional.h"
#include "QueryResult.h"
#include "SRP6.h"
#include "Socket.h"
#include <boost/asio/ip/tcp.hpp>
#include <memory>

Go to the source code of this file.

Classes

struct  AccountInfo
 
struct  AuthSession
 
struct  AuthHandler
 

Enumerations

enum  AuthStatus {
  STATUS_CHALLENGE = 0 ,
  STATUS_LOGON_PROOF ,
  STATUS_RECONNECT_PROOF ,
  STATUS_AUTHED ,
  STATUS_WAITING_FOR_REALM_LIST ,
  STATUS_CLOSED
}
 

Enumeration Type Documentation

◆ AuthStatus

enum AuthStatus
Enumerator
STATUS_CHALLENGE 
STATUS_LOGON_PROOF 
STATUS_RECONNECT_PROOF 
STATUS_AUTHED 
STATUS_WAITING_FOR_REALM_LIST 
STATUS_CLOSED 
39{
46};
@ STATUS_RECONNECT_PROOF
Definition: AuthSession.h:42
@ STATUS_WAITING_FOR_REALM_LIST
Definition: AuthSession.h:44
@ STATUS_CLOSED
Definition: AuthSession.h:45
@ STATUS_CHALLENGE
Definition: AuthSession.h:40
@ STATUS_LOGON_PROOF
Definition: AuthSession.h:41
@ STATUS_AUTHED
Definition: AuthSession.h:43