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
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Hi,
I was trying to validate the ID token with my backend server with this method: https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=XYZ123
But the simple auth Google replaces the ID token with the access token on the method
getAccessToken...
Can you provide another field in the user with original ID Token please?
Hi,
I was trying to validate the ID token with my backend server with this method:
https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=XYZ123But the simple auth Google replaces the ID token with the access token on the method
getAccessToken...
Can you provide another field in the user with original ID Token please?