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

#include <keys.h>

Inheritance diagram for Quotient::QueryKeysJob::DeviceInformation:
Collaboration diagram for Quotient::QueryKeysJob::DeviceInformation:

Public Attributes

std::optional< UnsignedDeviceInfounsignedData {}
 
- Public Attributes inherited from Quotient::DeviceKeys
QString userId
 
QString deviceId
 
QStringList algorithms
 The encryption algorithms supported by this device. More...
 
QHash< QString, QString > keys
 
QHash< UserId, QHash< QString, QString > > signatures
 

Detailed Description

Definition at line 78 of file keys.h.

Member Data Documentation

◆ unsignedData

std::optional<UnsignedDeviceInfo> Quotient::QueryKeysJob::DeviceInformation::unsignedData {}

Additional data added to the device key information by intermediate servers, and not covered by the signatures.

Definition at line 82 of file keys.h.


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