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
the helper function credentials_from_session helps to generate Credentials object from session. But, it does not carry expires_at data from oauth2session.token
It is better that the expiry can be carried to Credentials object. So, caller can check expired property of Credentials to know whether the token expired.