Class ThirdPartySigned


  • public class ThirdPartySigned
    extends Object
    Third party signed.
    • Field Detail

      • sender

        private String sender
        Required. The Matrix ID of the user who issued the invite.
      • mxid

        private String mxid
        Required. The Matrix ID of the invitee.
      • token

        private String token
        Required. The state key of the m.third_party_invite event.
      • signatures

        private Map<String,​Map<String,​String>> signatures
        Required. A signatures object containing a signature of the entire signed object.
    • Constructor Detail

      • ThirdPartySigned

        public ThirdPartySigned()