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 voidAccountApi. 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.voidAccountApi. 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.voidAccountApi. 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.
-