Uses of Class
io.github.ma1uta.matrix.identity.model.session.SubmitToken
-
Packages that use SubmitToken Package Description io.github.ma1uta.matrix.identity.api Identity API interfaces. -
-
Uses of SubmitToken in io.github.ma1uta.matrix.identity.api
Methods in io.github.ma1uta.matrix.identity.api with parameters of type SubmitToken Modifier and Type Method Description void
SessionApi. postValidateEmail(SubmitToken request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Validate ownership of an email address.void
SessionApi. postValidatePhone(SubmitToken request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Validate ownership of a phone number.
-