struct
#include <include/mtx/responses/crypto.hpp>
ClaimKeys Response from the POST /_matrix/client/r0/keys/claim
endpoint.
Public variables
- std::map<std::string, std::string> failures
- If any remote homeservers could not be reached, they are recorded here. The names of the properties are the names of the unreachable servers.
- std::map<std::string, std::map<std::string, nlohmann::json>> one_time_keys
- One-time keys for the queried devices. A map from user ID, to a map from <algorithm>:<key_id> to the key object.