The SDK will update the access token for you when the actual graph request is made (up to once a day). Each time the token is updated, AccessTokenTracker will be notified, so you can register the tracker if you want to receive notification of updates (for example, to send to the server).
If you only make graph requests from your server, then you will need to process the expiration and try to expand or ask your user to run SSO again to get an updated token.
source share