TrinityCore
Loading...
Searching...
No Matches
AuthSession.h File Reference
#include "AsyncCallbackProcessor.h"
#include "Common.h"
#include "CryptoHash.h"
#include "DatabaseEnvFwd.h"
#include "DeadlineTimer.h"
#include "Duration.h"
#include "Optional.h"
#include "Socket.h"
#include "SRP6.h"
#include <boost/asio/ip/tcp.hpp>
#include <span>
+ Include dependency graph for AuthSession.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AccountInfo
 
struct  AuthSession
 

Enumerations

enum  AuthStatus {
  STATUS_CHALLENGE = 0 , STATUS_LOGON_PROOF , STATUS_RECONNECT_PROOF , STATUS_AUTHED ,
  STATUS_WAITING_FOR_REALM_LIST , STATUS_XFER , 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_XFER 
STATUS_CLOSED 

Definition at line 38 of file AuthSession.h.