I'm learning the Google Authentication API (AuthSub) ... My question is: how do I get the user account information (at least the Gmail address) after passing authentication?
Since currently everything that I will return from the authentication process is a token giving me access to what Google has ever indicated in the area, but thereβs no easy way to even get the user login ID (Gmail address) as I can tell ...
If so, which Google service allows me to access user information?
google-api google-authentication authsub
user15974
source share