Class DeactivateRequest
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.account.DeactivateRequest
-
public class DeactivateRequest extends Object
Request for deactivate the user's account, removing all ability for the user to login again.
-
-
Field Summary
Fields Modifier and Type Field Description private AuthenticationDataauthAdditional authentication information for the user-interactive authentication API.private StringidServerThe identity server to unbind all of the user's 3PIDs from.
-
Constructor Summary
Constructors Constructor Description DeactivateRequest()
-
Method Summary
Modifier and Type Method Description AuthenticationDatagetAuth()StringgetIdServer()voidsetAuth(AuthenticationData auth)voidsetIdServer(String idServer)
-
-
-
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.
-
-
Method Detail
-
getAuth
public AuthenticationData getAuth()
-
setAuth
public void setAuth(AuthenticationData auth)
-
getIdServer
public String getIdServer()
-
setIdServer
public void setIdServer(String idServer)
-
-