Version 0.2.x
These are the SDK reference docs. If you’re looking for docs to implement SuperTokens, you might want to check out the User Guides
Check if an email has been verified
STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"
status: "GENERAL_ERROR"
{status: "OK", isVerified: boolean}
Send an email to the user for verification.
{status: "OK"} if successfull
{status: "OK"}
Verify an email
Generated using TypeDoc
Check if an email has been verified
STGeneralError if the API exposed by the backend SDKs returns
status: "GENERAL_ERROR"