Uses of Class
io.github.ma1uta.matrix.client.model.account.EmailRequestToken
-
Packages that use EmailRequestToken Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of EmailRequestToken in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type EmailRequestToken Modifier and Type Method Description void
AccountApi. emailRequestToken(EmailRequestToken emailRequestToken, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Proxies the identity server API validate/email/emailRequestToken, but first checks that the given email address is not already associated with an account on this Home Server.void
AccountApi. passwordEmailRequestToken(EmailRequestToken requestToken, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Proxies the identity server API validate/email/requestToken, but first checks that the given email address is associated with an account on this Home Server.void
AccountApi. threePidEmailRequestToken(EmailRequestToken requestToken, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Proxies the identity server API validate/email/requestToken, but first checks that the given email address is not already associated with an account on this Home Server.
-