Class DeactivateRequest


  • public class DeactivateRequest
    extends Object
    Request for deactivate the user's account, removing all ability for the user to login again.
    • Field Detail

      • auth

        private AuthenticationData auth
        Additional authentication information for the user-interactive authentication API.
      • idServer

        private String idServer
        The identity server to unbind all of the user's 3PIDs from. If not provided, the homeserver MUST use the id_server that was originally use to bind each identifier. If the homeserver does not know which id_server that was, it must return an id_server_unbind_result of no-support.
    • Constructor Detail

      • DeactivateRequest

        public DeactivateRequest()