#include <AuthenticationService.h>
|
| | Authentication (Session *session) |
| |
| uint32 | HandleLogon (authentication::v1::LogonRequest const *request, NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation) override |
| |
| uint32 | HandleVerifyWebCredentials (authentication::v1::VerifyWebCredentialsRequest const *request, NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation) override |
| |
| uint32 | HandleGenerateWebCredentials (authentication::v1::GenerateWebCredentialsRequest const *request, authentication::v1::GenerateWebCredentialsResponse *response, std::function< void(ServiceBase *, uint32, google::protobuf::Message const *)> &continuation) override |
| |
| | Service (Session *session) |
| |
|
| 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 serviceHash, uint32 methodId, uint32 token, uint32 status) override |
| |
| void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, google::protobuf::Message const *response) override |
| |
| std::string | GetCallerInfo () const override |
| |
| | ServiceBaseCaller (Session *session) |
| |
| void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> &&callback) |
| |
| void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request) |
| |
| void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, uint32 status) |
| |
| void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, google::protobuf::Message const *response) |
| |
| std::string | GetCallerInfo () const |
| |
| Session * | _session |
| |
Definition at line 30 of file AuthenticationService.h.
◆ AuthenticationService
◆ Authentication()
| Battlenet::Services::Authentication::Authentication |
( |
Session * |
session | ) |
|
◆ HandleGenerateWebCredentials()
| uint32 Battlenet::Services::Authentication::HandleGenerateWebCredentials |
( |
authentication::v1::GenerateWebCredentialsRequest const * |
request, |
|
|
authentication::v1::GenerateWebCredentialsResponse * |
response, |
|
|
std::function< void(ServiceBase *, uint32, google::protobuf::Message const *)> & |
continuation |
|
) |
| |
|
override |
◆ HandleLogon()
| uint32 Battlenet::Services::Authentication::HandleLogon |
( |
authentication::v1::LogonRequest const * |
request, |
|
|
NoData * |
response, |
|
|
std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> & |
continuation |
|
) |
| |
|
override |
◆ HandleVerifyWebCredentials()
| uint32 Battlenet::Services::Authentication::HandleVerifyWebCredentials |
( |
authentication::v1::VerifyWebCredentialsRequest const * |
request, |
|
|
NoData * |
response, |
|
|
std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> & |
continuation |
|
) |
| |
|
override |
The documentation for this class was generated from the following files: