Private
_defaultPrivate
_emailPrivate
_emailPrivate
_emailHandles POST HTTP request to initiate an email address authentication by sending one time code to the user as a email message.
The message should be in format AuthenticateEmailDTO
.
{AuthenticateEmailDTO}
{Language} The optional language of the message
Handles HTTP POST request which validates the user supplied code and generates a valid JWT token, which can be used to keep the session active.
{VerifyEmailCodeDTO}
Handles HTTP POST request which validates previously validated session and if valid, generates a new refreshed session token.
{VerifyEmailTokenDTO}
Static
setGenerated using TypeDoc
This HTTP backend controller can be used to validate the ownership of user's email address.
The .verifyTokenAndReturnSubject(token) can be used to validate internally API calls in your own APIs.