deviceKeys property

Map<String, Map<String, MatrixDeviceKeys>>? deviceKeys
getter/setter pair

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, MatrixDeviceKeys>>? deviceKeys;