The function getAccessTokenSilently
has the option to ignoreCache
https://auth0.github.io/auth0-spa-js/interfaces/gettokensilentlyoptions.html#ignorecache
What is the TTL of this cache on the auth0 side, and is there a way to change it?
I’m asking because in the use case of a SPA using SSO within the context of the host site, if the host site is logged out there is potential for the SPA to still have the original access if a different user logs into the host site and I’d like to disable or make this cache as small as possible.
Thanks!