Extends
Members
Methods
# async getCurrent() → {Promise.<User>}
Fetches the current user.
- Deprecated:
- Yes
- See:
Promise.<User>
# async logout() → {Promise.<void>}
Logs out the current user and expires the existing session cookie. A valid session cookie is required to call the logout endpoint.
Promise.<void>