|  | libQuotient
    A Qt library for building matrix clients | 
#include <third_party_signed.h>
| Public Attributes | |
| QString | sender | 
| The Matrix ID of the user who issued the invite. | |
| QString | mxid | 
| The Matrix ID of the invitee. | |
| QString | token | 
| The state key of the m.third_party_invite event. | |
| QHash< QString, QHash< QString, QString > > | signatures | 
| A signatures object containing a signature of the entire signed object. | |
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.
| QString Quotient::ThirdPartySigned::mxid | 
The Matrix ID of the invitee.
Definition at line 15 of file third_party_signed.h.
| QString Quotient::ThirdPartySigned::sender | 
The Matrix ID of the user who issued the invite.
Definition at line 12 of file third_party_signed.h.
| 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.
| QString Quotient::ThirdPartySigned::token | 
The state key of the m.third_party_invite event.
Definition at line 18 of file third_party_signed.h.