Default APIs
Refresh Session
Used to refresh a session by generating new access and refresh tokens. It takes sRefreshToken
as a cookie and anti-csrf
(if enabled in core config) as a header value. The response object contains the session cookie and header values.
Logout API
Used to revoke a user session.