Class Signed


  • public class Signed
    extends Object
    Signed part of the invitation request.
    • Field Detail

      • mxid

        private String mxid
        Required. The invited matrix user ID. Must be equal to the user_id property of the event.
      • token

        private String token
        Required. The token property of the containing third_party_invite object.
      • signatures

        private Map<String,​Map<String,​String>> signatures
        Required. A single signature from the verifying server, in the format specified by the Signing Events section of the server-server API.
    • Constructor Detail

      • Signed

        public Signed()