libQuotient
A Qt library for building matrix clients
|
The third-party credentials to associate with the account. More...
#include <administrative_contact.h>
Public Attributes | |
QString | clientSecret |
The client secret used in the session with the identity server. More... | |
QString | idServer |
The identity server to use. More... | |
QString | idAccessToken |
QString | sid |
The session identifier given by the identity server. More... | |
The third-party credentials to associate with the account.
Definition at line 93 of file administrative_contact.h.
QString Quotient::Post3PIDsJob::ThreePidCredentials::clientSecret |
The client secret used in the session with the identity server.
Definition at line 95 of file administrative_contact.h.
QString Quotient::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.
Definition at line 103 of file administrative_contact.h.
QString Quotient::Post3PIDsJob::ThreePidCredentials::idServer |
The identity server to use.
Definition at line 98 of file administrative_contact.h.
QString Quotient::Post3PIDsJob::ThreePidCredentials::sid |
The session identifier given by the identity server.
Definition at line 106 of file administrative_contact.h.