Private
_sessionPrivate
Readonly
_urlPrivate
_workspaceStatic
Private
_defaultThe email address to use for validation
The language for the email message
Create a workspace and return full resources from the backend
Returns user profile
Returns the session token object
Set or unset the session token object
The token from the request .authenticateUsingEmail()
The code from the received email message
Verifies existing email token validity using the backend
The token to verify using a request to the backend
Static
createStatic
getStatic
setStatic
setGenerated using TypeDoc
Authenticate a session using an email message sent to the email address with a secret code number.
This call will not save the token automatically. See
.loginUsingEmail()
for that functionality.