selfSigningKeys property

Map<String, MatrixCrossSigningKey>? selfSigningKeys
getter/setter pair

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.

Implementation

Map<String, MatrixCrossSigningKey>? selfSigningKeys;