userSigningKeys property
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
.
Implementation
Map<String, SDNCrossSigningKey>? userSigningKeys;