QueryKeysResponse class

Properties

deviceKeys ↔ Map<String, Map<String, MatrixDeviceKeys>>?
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.
getter/setter pair
failures ↔ Map<String, Map<String, Object?>>?
If any remote homeservers could not be reached, they are recorded here. The names of the properties are the names of the unreachable servers.
getter/setter pair
hashCode → int
The hash code for this object.
no setteroverride
masterKeys ↔ Map<String, MatrixCrossSigningKey>?
Information on the master signing keys of the queried users. A map from user ID, to master signing key information. For each key, the information returned will be the same as uploaded via /keys/device_signing/upload, along with the signatures uploaded via /keys/signatures/upload that the requesting user is allowed to see.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selfSigningKeys ↔ Map<String, MatrixCrossSigningKey>?
Information on the self-signing keys of the queried users. A map from user ID, to self-signing key information. For each key, the information returned will be the same as uploaded via /keys/device_signing/upload.
getter/setter pair
userSigningKeys ↔ Map<String, MatrixCrossSigningKey>?
Information on the user-signing key of the user making the request, if they queried their own device information. A map from user ID, to user-signing key information. The information returned will be the same as uploaded via /keys/device_signing/upload.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
override