Uses of Class
io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
-
Packages that use MsisdnRequestToken Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of MsisdnRequestToken in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type MsisdnRequestToken Modifier and Type Method Description void
AccountApi. msisdnRequestToken(MsisdnRequestToken msisdnRequestToken, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Proxies the Identity Service API validate/msisdn/requestToken, but first checks that the given phone number is not already associated with an account on this homeserver.void
AccountApi. passwordMsisdnRequestToken(MsisdnRequestToken requestToken, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Proxies the Identity Service API validate/msisdn/requestToken, but first checks that the given phone number is associated with an account on this homeserver.void
AccountApi. threePidMsisdnRequestToken(MsisdnRequestToken requestToken, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Proxies the Identity Service API validate/msisdn/requestToken, but first checks that the given phone number is not already associated with an account on this homeserver.
-