Class DeviceDeleteRequest
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.device.DeviceDeleteRequest
-
public class DeviceDeleteRequest extends Object
Additional authentication information for the user-interactive authentication API.
-
-
Field Summary
Fields Modifier and Type Field Description private AuthenticationData
auth
Authentication information.
-
Constructor Summary
Constructors Constructor Description DeviceDeleteRequest()
-
-
-
Field Detail
-
auth
private AuthenticationData auth
Authentication information.
-
-
Method Detail
-
getAuth
public AuthenticationData getAuth()
-
setAuth
public void setAuth(AuthenticationData auth)
-
-