libkazv
|
The third party credentials to associate with the account. More...
#include <administrative_contact.hpp>
Public Attributes | |
std::string | clientSecret |
The client secret used in the session with the identity server. More... | |
std::string | idServer |
The identity server to use. More... | |
std::string | idAccessToken |
An access token previously registered with the identity server. More... | |
std::string | sid |
The session identifier given by the identity server. More... | |
The third party credentials to associate with the account.
std::string Kazv::Api::Post3PIDsJob::ThreePidCredentials::clientSecret |
The client secret used in the session with the identity server.
std::string Kazv::Api::Post3PIDsJob::ThreePidCredentials::idAccessToken |
An access token previously registered with the identity server.
Servers can treat this as optional to distinguish between r0.5-compatible clients and this specification version.
std::string Kazv::Api::Post3PIDsJob::ThreePidCredentials::idServer |
The identity server to use.
std::string Kazv::Api::Post3PIDsJob::ThreePidCredentials::sid |
The session identifier given by the identity server.