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

#include <third_party_signed.h>

Public Attributes

QString sender
 The Matrix ID of the user who issued the invite. More...
 
QString mxid
 The Matrix ID of the invitee. More...
 
QString token
 The state key of the m.third_party_invite event. More...
 
QHash< QString, QHash< QString, QString > > signatures
 A signatures object containing a signature of the entire signed object. More...
 

Detailed Description

A signature of an m.third_party_invite token to prove that this user owns a third-party identity which has been invited to the room.

Definition at line 10 of file third_party_signed.h.

Member Data Documentation

◆ mxid

QString Quotient::ThirdPartySigned::mxid

The Matrix ID of the invitee.

Definition at line 15 of file third_party_signed.h.

◆ sender

QString Quotient::ThirdPartySigned::sender

The Matrix ID of the user who issued the invite.

Definition at line 12 of file third_party_signed.h.

◆ signatures

QHash<QString, QHash<QString, QString> > Quotient::ThirdPartySigned::signatures

A signatures object containing a signature of the entire signed object.

Definition at line 21 of file third_party_signed.h.

◆ token

QString Quotient::ThirdPartySigned::token

The state key of the m.third_party_invite event.

Definition at line 18 of file third_party_signed.h.


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