libQuotient
A Qt library for building matrix clients
Quotient::Post3PIDsJob::ThreePidCredentials Struct Reference

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...
 

Detailed Description

The third-party credentials to associate with the account.

Definition at line 93 of file administrative_contact.h.

Member Data Documentation

◆ clientSecret

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.

◆ idAccessToken

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.

◆ idServer

QString Quotient::Post3PIDsJob::ThreePidCredentials::idServer

The identity server to use.

Definition at line 98 of file administrative_contact.h.

◆ sid

QString Quotient::Post3PIDsJob::ThreePidCredentials::sid

The session identifier given by the identity server.

Definition at line 106 of file administrative_contact.h.


The documentation for this struct was generated from the following file: