selfSigningKeys property
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, SDNCrossSigningKey>? selfSigningKeys;