Uses of Class
io.github.ma1uta.matrix.server.model.federation.QueryAuth
-
Packages that use QueryAuth Package Description io.github.ma1uta.matrix.server.api Server API interfaces. -
-
Uses of QueryAuth in io.github.ma1uta.matrix.server.api
Methods in io.github.ma1uta.matrix.server.api with parameters of type QueryAuth Modifier and Type Method Description void
FederationV1Api. queryAuth(String roomId, String eventId, QueryAuth request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Compares the auth chain provided with what the receiving server has for the room ID and event ID combination.
-