How frequently should getAccessTokenSilently be called?

Did they ever get answered? I’ve been using the useAuth0 hook and calling getAccessTokenSilently but noticed that it calls authorize every single time I call it. I (maybe incorrectly) assumed the function stored the token securely after initial retrieval and until expiry?

1 Like