Closed
Description
With the recent Google+ deprecation, the new approach to getting user info (for instance, as done in jaredhanson/passport-google-oauth2#51) seems to be to use the https://www.googleapis.com/oauth2/v3/userinfo
endpoint. While v2
also works for now, but it'd be great to have support for this endpoint here (including TS definitions) and in https://developers.google.com/apis-explorer/.
See also #490, which was created 3 years ago back when (I'm guessing) that API weren't released.