5#include <Quotient/csapi/definitions/auth_data.h>
6#include <Quotient/csapi/definitions/request_email_validation.h>
7#include <Quotient/csapi/definitions/request_msisdn_validation.h>
8#include <Quotient/csapi/definitions/request_token_response.h>
10#include <Quotient/jobs/basejob.h>
197inline auto collectResponse(
const RequestTokenToRegisterEmailJob* job) {
return job->response(); }
218inline auto collectResponse(
const RequestTokenToRegisterMSISDNJob* job) {
return job->response(); }
283 return job->response();
316 return job->response();
387inline auto collectResponse(
const DeactivateAccountJob* job) {
return job->idServerUnbindResult(); }
425inline auto collectResponse(
const CheckUsernameAvailabilityJob* job) {
return job->available(); }
Changes a user's password.
Checks to see if a username is available on the server.
Deactivate a user's account.
Register for an account on this homeserver.
Begins the validation process for an email to be used during registration.
Requests a validation token be sent to the given phone number for the purpose of registering an accou...
Requests a validation token be sent to the given email address for the purpose of resetting a user's ...
Requests a validation token be sent to the given phone number for the purpose of resetting a user's p...
auto collectResponse(const GetAccountDataJob *job)