GetAccessTokenSilently - Extend inactivity timeout

Hi all,

Context: We manage the tokens using getAccessTokenSilently, they are perfectly renewed as long as you are active.
However, we do not achieve to control the inactivity timeout (users are prompted to re-login each beginning of the week).

If my understanding is correct, the only way to increase this amount of time would be to extend the lifetime of the token right ?

We did not find out how to generate refresh token using this (Auth0 Lock). If ever you have recommendations it would be great.

Thank you !