session_token and session_jwt for the active session. Otherwise returns null.
Response
string | null
The session token for the active session, or
null if there is no active session or if the session is managed via HttpOnly cookies.string | null
The session JWT for the active session, or
null if there is no active session or if the session is managed via HttpOnly cookies.