Uses of Class
io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
Packages that use LoginRequest Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of LoginRequest in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type LoginRequest Modifier and Type Method Description void
AuthApi. login(LoginRequest loginRequest, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Authenticates the user, and issues an access token they can use to authorize themself in subsequent requests.
-