libkazv
administrative_contact.hpp File Reference
Include dependency graph for administrative_contact.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kazv::Api::GetAccount3PIDsJob
 Gets a list of a user's third party identifiers. More...
 
struct  Kazv::Api::GetAccount3PIDsJob::ThirdPartyIdentifier
 Gets a list of the third party identifiers that the homeserver has associated with the user's account. More...
 
class  Kazv::Api::GetAccount3PIDsJob::JobResponse
 
struct  nlohmann::adl_serializer< GetAccount3PIDsJob::ThirdPartyIdentifier >
 
class  Kazv::Api::Post3PIDsJob
 Adds contact information to the user's account. More...
 
struct  Kazv::Api::Post3PIDsJob::ThreePidCredentials
 The third party credentials to associate with the account. More...
 
class  Kazv::Api::Post3PIDsJob::JobResponse
 
struct  nlohmann::adl_serializer< Post3PIDsJob::ThreePidCredentials >
 
class  Kazv::Api::Add3PIDJob
 Adds contact information to the user's account. More...
 
class  Kazv::Api::Add3PIDJob::JobResponse
 
class  Kazv::Api::Bind3PIDJob
 Binds a 3PID to the user's account through an Identity Service. More...
 
class  Kazv::Api::Bind3PIDJob::JobResponse
 
class  Kazv::Api::Delete3pidFromAccountJob
 Deletes a third party identifier from the user's account. More...
 
class  Kazv::Api::Delete3pidFromAccountJob::JobResponse
 
class  Kazv::Api::Unbind3pidFromAccountJob
 Removes a user's third party identifier from an identity server. More...
 
class  Kazv::Api::Unbind3pidFromAccountJob::JobResponse
 
class  Kazv::Api::RequestTokenTo3PIDEmailJob
 Begins the validation process for an email address for association with the user's account. More...
 
class  Kazv::Api::RequestTokenTo3PIDEmailJob::JobResponse
 
class  Kazv::Api::RequestTokenTo3PIDMSISDNJob
 Begins the validation process for a phone number for association with the user's account. More...
 
class  Kazv::Api::RequestTokenTo3PIDMSISDNJob::JobResponse
 

Namespaces

 Kazv
 
 Kazv::Api
 
 nlohmann
 

Typedefs

using Kazv::Api::GetAccount3PIDsResponse = GetAccount3PIDsJob::JobResponse
 
using Kazv::Api::Post3PIDsResponse = Post3PIDsJob::JobResponse
 
using Kazv::Api::Add3PIDResponse = Add3PIDJob::JobResponse
 
using Kazv::Api::Bind3PIDResponse = Bind3PIDJob::JobResponse
 
using Kazv::Api::Delete3pidFromAccountResponse = Delete3pidFromAccountJob::JobResponse
 
using Kazv::Api::Unbind3pidFromAccountResponse = Unbind3pidFromAccountJob::JobResponse
 
using Kazv::Api::RequestTokenTo3PIDEmailResponse = RequestTokenTo3PIDEmailJob::JobResponse
 
using Kazv::Api::RequestTokenTo3PIDMSISDNResponse = RequestTokenTo3PIDMSISDNJob::JobResponse