libQuotient
A Qt library for building matrix clients
|
Identification information for a user. More...
#include <user_identifier.h>
Public Attributes | |
QString | type |
QVariantHash | additionalProperties {} |
Keys dependent on the identification type. More... | |
Identification information for a user.
Definition at line 9 of file user_identifier.h.
QVariantHash Quotient::UserIdentifier::additionalProperties {} |
Keys dependent on the identification type.
Definition at line 15 of file user_identifier.h.
QString Quotient::UserIdentifier::type |
The type of identification. See Identifier types for supported values and additional property descriptions.
Definition at line 12 of file user_identifier.h.