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