Class ClaimResponse


  • public class ClaimResponse
    extends Object
    Response format.
    • Field Detail

      • failures

        private Map<String,​Object> 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.

        If the homeserver could be reached, but the user or device was unknown, no failure is recorded. Instead, the corresponding user or device is missing from the one_time_keys result.

      • oneTimeKeys

        private Map<String,​Map<String,​Object>> oneTimeKeys
        One-time keys for the queried devices. A map from user ID, to a map from <algorithm>:<key_id> to the key object.
    • Constructor Detail

      • ClaimResponse

        public ClaimResponse()