get User Cross Signing Keys
abstract suspend fun getUserCrossSigningKeys(otherUserId: String): MXCrossSigningInfo?
Content copied to clipboard
Get the public cross signing keys for the given user.
Parameters
other User Id
The ID of the user for which we would like to fetch the cross signing keys.