TrinityCore
LoginRESTService.h File Reference
#include "HttpService.h"
#include "Login.pb.h"
#include "LoginHttpSession.h"
+ Include dependency graph for LoginRESTService.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Battlenet::LoginRESTService
 

Namespaces

namespace  Battlenet
 

Macros

#define sLoginService   Battlenet::LoginRESTService::Instance()
 

Enumerations

enum class  Battlenet::SrpVersion : int8 { Battlenet::v1 = 1 , Battlenet::v2 = 2 }
 
enum class  Battlenet::SrpHashFunction { Battlenet::Sha256 = 0 , Battlenet::Sha512 = 1 }
 
enum class  Battlenet::BanMode { Battlenet::BAN_IP = 0 , Battlenet::BAN_ACCOUNT = 1 }
 

Macro Definition Documentation

◆ sLoginService

#define sLoginService   Battlenet::LoginRESTService::Instance()

Definition at line 92 of file LoginRESTService.h.