Class KeyClaimResponse


  • public class KeyClaimResponse
    extends Object
    Key claim response.
    • Field Detail

      • oneTimeKeys

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

      • KeyClaimResponse

        public KeyClaimResponse()