jaychang0917 / SimpleAuth

A easy to use social authentication android library. (Facebook, Google, Twitter, Instagram)
224 stars 51 forks source link

ID Token vs Access Token #22

Open josempaguiar opened 6 years ago

josempaguiar commented 6 years ago

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?