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::GetAccount3PIDsJob |
Gets a list of a user's third-party identifiers. More... | |
struct | Quotient::GetAccount3PIDsJob::ThirdPartyIdentifier |
class | Quotient::Post3PIDsJob |
Adds contact information to the user's account. More... | |
struct | Quotient::Post3PIDsJob::ThreePidCredentials |
The third-party credentials to associate with the account. More... | |
class | Quotient::Add3PIDJob |
Adds contact information to the user's account. More... | |
class | Quotient::Bind3PIDJob |
Binds a 3PID to the user's account through an Identity Service. More... | |
class | Quotient::Delete3pidFromAccountJob |
Deletes a third-party identifier from the user's account. More... | |
class | Quotient::Unbind3pidFromAccountJob |
Removes a user's third-party identifier from an identity server. More... | |
class | Quotient::RequestTokenTo3PIDEmailJob |
Begins the validation process for an email address for association with the user's account. More... | |
class | Quotient::RequestTokenTo3PIDMSISDNJob |
Begins the validation process for a phone number for association with the user's account. More... | |
Namespaces | |
Quotient | |
Functions | |
auto | Quotient::collectResponse (const GetAccount3PIDsJob *job) |
QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED auto | Quotient::collectResponse (const Post3PIDsJob *job) |
auto | Quotient::collectResponse (const Delete3pidFromAccountJob *job) |
auto | Quotient::collectResponse (const Unbind3pidFromAccountJob *job) |
auto | Quotient::collectResponse (const RequestTokenTo3PIDEmailJob *job) |
auto | Quotient::collectResponse (const RequestTokenTo3PIDMSISDNJob *job) |