From this section:
I can call /authorize with prompt=none in order to get a new access token IF their is a valid session cookie that hasn’t expired.
My question is, in that situation, where I get a new access token, is that session time extended for another x minutes? Or does the session and it’s lifetime remain unchanged. If unchanged, it seems that I would need to call POST /api/v1/sessions/me/lifecycle/refresh
prior to /authorize prompt=none
in order to make sure the session is still valid.