Login using email-password credentials
email, password and optionally MFA token
Get all stored tokens for authenticated user
Obtain a seaters session by passing an oauth code for a given provider Examples that should work are github, facebook. For your specific provider name please refer to a seaters developer.
Extend your session with a refresh token
Refresh token
Signs up a new user
Signs up a new user without firstname / lastname / password
Login using long-term stored token
long term stored token and optionally MFA token
Update password
Validates an email or phone number and marks it as confirmed
Either the email or the phone and the confirmation code
Promise that resolves with the validated user or rejects with a SeatersApiException
Generated using TypeDoc
Create a new authentication token that can be stored and is valid for a longer time for the authenticated user.