Class QueryAuth


  • public class QueryAuth
    extends Object
    Query auth request.
    • Field Detail

      • authChain

        private List<PersistedDataUnit> authChain
        Required. The auth chain (the "remote auth"). Note that events have a different format depending on the room version - check the room version specification for precise event formats.
      • missing

        private List<String> missing
        A list of event IDs that the sender thinks the receiver is missing.
      • rejects

        private Map<String,​RejectReason> rejects
        The set of events that the sending server has rejected from the provided auth chain.
        The string key is the event ID that was rejected.
    • Constructor Detail

      • QueryAuth

        public QueryAuth()