libkazv
|
#include "basejob.hpp"
#include "csapi/definitions/wellknown/full.hpp"
#include "csapi/definitions/user_identifier.hpp"
Go to the source code of this file.
Classes | |
class | Kazv::Api::GetLoginFlowsJob |
Get the supported login types to authenticate users. More... | |
struct | Kazv::Api::GetLoginFlowsJob::LoginFlow |
Gets the homeserver's supported login types to authenticate users. More... | |
class | Kazv::Api::GetLoginFlowsJob::JobResponse |
struct | nlohmann::adl_serializer< GetLoginFlowsJob::LoginFlow > |
class | Kazv::Api::LoginJob |
Authenticates the user. More... | |
class | Kazv::Api::LoginJob::JobResponse |
Namespaces | |
Kazv | |
Kazv::Api | |
nlohmann | |
Typedefs | |
using | Kazv::Api::GetLoginFlowsResponse = GetLoginFlowsJob::JobResponse |
using | Kazv::Api::LoginResponse = LoginJob::JobResponse |