Uses of Class
io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
Packages that use AuthenticationData Package Description io.github.ma1uta.matrix.client.model.account Account API models.io.github.ma1uta.matrix.client.model.auth Authentication API models.io.github.ma1uta.matrix.client.model.device Device API models. -
-
Uses of AuthenticationData in io.github.ma1uta.matrix.client.model.account
Fields in io.github.ma1uta.matrix.client.model.account declared as AuthenticationData Modifier and Type Field Description private AuthenticationDataDeactivateRequest. authAdditional authentication information for the user-interactive authentication API.private AuthenticationDataPasswordRequest. authAdditional authentication information for the user-interactive authentication API.private AuthenticationDataRegisterRequest. authAdditional authentication information for the user-interactive authentication API.Methods in io.github.ma1uta.matrix.client.model.account that return AuthenticationData Modifier and Type Method Description AuthenticationDataDeactivateRequest. getAuth()AuthenticationDataPasswordRequest. getAuth()AuthenticationDataRegisterRequest. getAuth()Methods in io.github.ma1uta.matrix.client.model.account with parameters of type AuthenticationData Modifier and Type Method Description voidDeactivateRequest. setAuth(AuthenticationData auth)voidPasswordRequest. setAuth(AuthenticationData auth)voidRegisterRequest. setAuth(AuthenticationData auth) -
Uses of AuthenticationData in io.github.ma1uta.matrix.client.model.auth
Fields in io.github.ma1uta.matrix.client.model.auth declared as AuthenticationData Modifier and Type Field Description private AuthenticationDataUserInteractiveData. authAdditional authentication information for the user-interactive authentication API.Methods in io.github.ma1uta.matrix.client.model.auth that return AuthenticationData Modifier and Type Method Description AuthenticationDataUserInteractiveData. getAuth()Methods in io.github.ma1uta.matrix.client.model.auth with parameters of type AuthenticationData Modifier and Type Method Description voidUserInteractiveData. setAuth(AuthenticationData auth) -
Uses of AuthenticationData in io.github.ma1uta.matrix.client.model.device
Fields in io.github.ma1uta.matrix.client.model.device declared as AuthenticationData Modifier and Type Field Description private AuthenticationDataDeviceDeleteRequest. authAuthentication information.private AuthenticationDataDevicesDeleteRequest. authAdditional authentication information for the user-interactive authentication API.Methods in io.github.ma1uta.matrix.client.model.device that return AuthenticationData Modifier and Type Method Description AuthenticationDataDeviceDeleteRequest. getAuth()AuthenticationDataDevicesDeleteRequest. getAuth()Methods in io.github.ma1uta.matrix.client.model.device with parameters of type AuthenticationData Modifier and Type Method Description voidDeviceDeleteRequest. setAuth(AuthenticationData auth)voidDevicesDeleteRequest. setAuth(AuthenticationData auth)
-