libkazv
|
Returns the current devices and identity keys for the given users. More...
#include <keys.hpp>
Public Attributes | |
std::optional< UnsignedDeviceInfo > | unsignedData |
Additional data added to the device key information by intermediate servers, and not covered by the signatures. More... | |
Public Attributes inherited from Kazv::Api::DeviceKeys | |
std::string | userId |
The ID of the user the device belongs to. More... | |
std::string | deviceId |
The ID of the device these keys belong to. More... | |
immer::array< std::string > | algorithms |
The encryption algorithms supported by this device. More... | |
immer::map< std::string, std::string > | keys |
Public identity keys. More... | |
immer::map< std::string, immer::map< std::string, std::string > > | signatures |
Signatures for the device key object. More... | |
Returns the current devices and identity keys for the given users.
std::optional<UnsignedDeviceInfo> Kazv::Api::QueryKeysJob::DeviceInformation::unsignedData |
Additional data added to the device key information by intermediate servers, and not covered by the signatures.