Uses of Class
io.github.ma1uta.matrix.server.model.federation.OnBindRequest
-
Packages that use OnBindRequest Package Description io.github.ma1uta.matrix.server.api Server API interfaces. -
-
Uses of OnBindRequest in io.github.ma1uta.matrix.server.api
Methods in io.github.ma1uta.matrix.server.api with parameters of type OnBindRequest Modifier and Type Method Description void
FederationV1Api. onBind(OnBindRequest onBindRequest, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Used by identity servers to notify the homeserver that one of its users has bound a third party identifier successfully, including any pending room invites the identity server has been made aware of.
-