libkazv
Kazv::Api::Post3PIDsJob::ThreePidCredentials Struct Reference

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

Detailed Description

The third party credentials to associate with the account.

Member Data Documentation

◆ clientSecret

std::string Kazv::Api::Post3PIDsJob::ThreePidCredentials::clientSecret

The client secret used in the session with the identity server.

◆ idAccessToken

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.

◆ idServer

std::string Kazv::Api::Post3PIDsJob::ThreePidCredentials::idServer

The identity server to use.

◆ sid

std::string Kazv::Api::Post3PIDsJob::ThreePidCredentials::sid

The session identifier given by the identity server.


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