'On sign in with Google it is nice to have access token included in response credential object, and set up scopes also

Right now if I use new sign in with Google, it only return JWT credential without access token, and also I have no place to set up scopes.

I like the way new sign in and One Tap but I need get more user information like gender and birthday. So I need initial token client and call request again to get access token.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source