libQuotient
A Qt library for building matrix clients
|
#include <Quotient/csapi/definitions/auth_data.h>
#include <Quotient/csapi/definitions/request_email_validation.h>
#include <Quotient/csapi/definitions/request_msisdn_validation.h>
#include <Quotient/csapi/definitions/request_token_response.h>
#include <Quotient/jobs/basejob.h>
Go to the source code of this file.
Classes | |
class | Quotient::RegisterJob |
Register for an account on this homeserver. More... | |
struct | Quotient::RegisterJob::Response |
class | Quotient::RequestTokenToRegisterEmailJob |
Begins the validation process for an email to be used during registration. More... | |
class | Quotient::RequestTokenToRegisterMSISDNJob |
Requests a validation token be sent to the given phone number for the purpose of registering an account. More... | |
class | Quotient::ChangePasswordJob |
Changes a user's password. More... | |
class | Quotient::RequestTokenToResetPasswordEmailJob |
Requests a validation token be sent to the given email address for the purpose of resetting a user's password. More... | |
class | Quotient::RequestTokenToResetPasswordMSISDNJob |
Requests a validation token be sent to the given phone number for the purpose of resetting a user's password. More... | |
class | Quotient::DeactivateAccountJob |
Deactivate a user's account. More... | |
class | Quotient::CheckUsernameAvailabilityJob |
Checks to see if a username is available on the server. More... | |
Namespaces | |
Quotient | |
Functions | |
auto | Quotient::collectResponse (const RequestTokenToRegisterEmailJob *job) |
auto | Quotient::collectResponse (const RequestTokenToRegisterMSISDNJob *job) |
auto | Quotient::collectResponse (const RequestTokenToResetPasswordEmailJob *job) |
auto | Quotient::collectResponse (const RequestTokenToResetPasswordMSISDNJob *job) |
auto | Quotient::collectResponse (const DeactivateAccountJob *job) |
auto | Quotient::collectResponse (const CheckUsernameAvailabilityJob *job) |