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
Google authDataManager is not validating access_tokens correctly. It validates them on correct endpoint, but with wrong url param, id_token instead of access_token. See this in code here.
So you are never able to validate a token, even if it is a valid one.
How it should be done
Here is the link on google docs that says that token to be validated should be passed on access_token URL parameter.