libkazv
Kazv::Api::GetAccount3PIDsJob::JobResponse Class Reference

#include <administrative_contact.hpp>

Inheritance diagram for Kazv::Api::GetAccount3PIDsJob::JobResponse:
Collaboration diagram for Kazv::Api::GetAccount3PIDsJob::JobResponse:

Public Member Functions

 JobResponse (Response r)
 
bool success () const
 
immer::array< ThirdPartyIdentifierthreepids () const
 Gets a list of the third party identifiers that the homeserver has associated with the user's account. More...
 
- Public Member Functions inherited from Kazv::Response
std::string errorCode () const
 
std::string errorMessage () const
 
JsonWrap jsonBody () const
 
constexpr bool success () const
 
json dataJson (const std::string &key) const
 
std::string dataStr (const std::string &key) const
 
std::string jobId () const
 

Additional Inherited Members

- Public Types inherited from Kazv::Response
using StatusCode = int
 
- Public Attributes inherited from Kazv::Response
StatusCode statusCode
 
Body body
 
Header header
 
JsonWrap extraData
 

Constructor & Destructor Documentation

◆ JobResponse()

Kazv::Api::GetAccount3PIDsJob::JobResponse::JobResponse ( Response  r)

Member Function Documentation

◆ success()

bool Kazv::Api::GetAccount3PIDsResponse::success ( ) const

◆ threepids()

immer::array< GetAccount3PIDsJob::ThirdPartyIdentifier > Kazv::Api::GetAccount3PIDsResponse::threepids ( ) const

Gets a list of the third party identifiers that the homeserver has associated with the user's account.

This is not the same as the list of third party identifiers bound to the user's Matrix ID in identity servers.

Identifiers in this list may be used by the homeserver as, for example, identifiers that it will accept to reset the user's account password.


The documentation for this class was generated from the following files: