a valid fan object
Log in using an email/password
valid email or seaters username
plain text password
authenticator token
Change the email associated to the current user
new email address
Validate an email by providing a confirmation code
The email that you want to validate
The code that validates the email
a Promise that resolves with an updated fan or rejects with a VALIDATION_ERRORS
Validate a phone number by providing a confirmation code
The phone number that you want to validate
The code that validates the email
a Promise that resolves with an updated fan or rejects with a VALIDATION_ERRORS
Reset the user password based on the email
email address
Log in using a stored token (long term validity)
long term token
authenticator token
Checks if there are any valid stored tokens and returns the first one. If there are none it will create a new token and return this
the name of the application, e.g. "Seaters Embedded"
defaults to "SDK-device-
defaults to "SDK-app-
Update password
Generated using TypeDoc
Configure the given session to be used. This method is intended for transitional phase where the SDK is not the one doing the login process (Seaters FanWebApp)