getTokenSilently access token vailidity question

  • Which SDK this is regarding: auth0-spa-js
  • SDK Version: e.g. 1.16.1

Hello team, I am not sure I fully understand how the SDK checks the access token validity when getTokenSilently is called. I believe that the token expiration time is computed and stored in cache based on the expires_in claim obtained from the token endpoint. Can someone help confirm that ?

Thanks!