#include <AuthenticationService.h>
|
void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> callback) override |
|
void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request) override |
|
void | SendResponse (uint32, uint32, uint32 token, uint32 status) override |
|
void | SendResponse (uint32, uint32, uint32 token, google::protobuf::Message const *response) override |
|
std::string | GetCallerInfo () const override |
|
Session * | _session |
|
Battlenet::Services::Authentication::Authentication |
( |
Session * |
session | ) |
|
Service< authentication::v1::AuthenticationService > AuthenticationService
Definition: AuthenticationService.h:33
Session * _session
Definition: Service.h:41
uint32 HandleLogon(authentication::v1::LogonRequest const *logonRequest)
Definition: Session.cpp:213
Session * _session
Definition: Service.h:41
uint32 HandleVerifyWebCredentials(authentication::v1::VerifyWebCredentialsRequest const *verifyWebCredentialsRequest)
Definition: Session.cpp:245
The documentation for this class was generated from the following files: