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 AuthenticationData
DeactivateRequest. auth
Additional authentication information for the user-interactive authentication API.private AuthenticationData
PasswordRequest. auth
Additional authentication information for the user-interactive authentication API.private AuthenticationData
RegisterRequest. auth
Additional 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 AuthenticationData
DeactivateRequest. getAuth()
AuthenticationData
PasswordRequest. getAuth()
AuthenticationData
RegisterRequest. getAuth()
Methods in io.github.ma1uta.matrix.client.model.account with parameters of type AuthenticationData Modifier and Type Method Description void
DeactivateRequest. setAuth(AuthenticationData auth)
void
PasswordRequest. setAuth(AuthenticationData auth)
void
RegisterRequest. 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 AuthenticationData
UserInteractiveData. auth
Additional 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 AuthenticationData
UserInteractiveData. getAuth()
Methods in io.github.ma1uta.matrix.client.model.auth with parameters of type AuthenticationData Modifier and Type Method Description void
UserInteractiveData. 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 AuthenticationData
DeviceDeleteRequest. auth
Authentication information.private AuthenticationData
DevicesDeleteRequest. auth
Additional 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 AuthenticationData
DeviceDeleteRequest. getAuth()
AuthenticationData
DevicesDeleteRequest. getAuth()
Methods in io.github.ma1uta.matrix.client.model.device with parameters of type AuthenticationData Modifier and Type Method Description void
DeviceDeleteRequest. setAuth(AuthenticationData auth)
void
DevicesDeleteRequest. setAuth(AuthenticationData auth)
-