deviceKeys property
Information on the queried devices. A map from user ID, to a
map from device ID to device information. For each device,
the information returned will be the same as uploaded via
/keys/upload
, with the addition of an unsigned
property.
Implementation
Map<String, Map<String, SDNDeviceKeys>>? deviceKeys;