I have an app that uses Google Authentication to sign in. After getting the user id token, I need to get this information from the user's profile:
Email FullName Profile Picture.
I've seen an example using this endpoint:
https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=ID
But this endpoint is not worked for me.
How can I get these profile information?