{status: "OK", doesExist: boolean}
Reads and returns the reset password token from the current URL
The "token" query parameter from the current location
Send an email to the user for password reset
{status: "OK"}
if successfull
Sign in a user with email and password
{status: "OK"}
if successfull
Sign up a user with email and password
{status: "OK"}
if successfull
Submit a new password for the user
{status: "OK"}
if successfull
Generated using TypeDoc
Check if an email exists
STGeneralError if the API exposed by the backend SDKs returns
status: "GENERAL_ERROR"