{status: "OK", doesExist: boolean}
Sign in a user with email and password
{status: "OK"}
if successfull
Sign up a user with email and password
{status: "OK"}
if successfull
Get the URL that should be opened for third party authentication
URL string
Reads and returns the reset password token from the current URL
The "token" query parameter from the current location
Get the current login state from storage, this is also used when calling signInUp
State object from storage
Reads and returns the tenant id from the current URL
The "tenantId" query parameter from the current location
Send an email to the user for password reset
{status: "OK"}
if successfull
Submit a new password for the user
{status: "OK"}
if successfull
Sign up/Sign in the user, this method uses the login attempt information from storage
{status: OK, user, createdNewUser: boolean}
if succesful
Generated using TypeDoc
Check if an email exists
STGeneralError if the API exposed by the backend SDKs returns
status: "GENERAL_ERROR"