You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that AccessToken includes expires_on, a small performance optimization is possible. The policy could hang on to the last token it received, and forego requesting another while that token is valid.
Given that
AccessTokenincludesexpires_on, a small performance optimization is possible. The policy could hang on to the last token it received, and forego requesting another while that token is valid.