Closed
Description
Per the docs at https://developers.google.com/identity/sign-in/web/server-side-flow I would expect this functionality to be here.
It would be great if I could actually do something like
userid = credentials.id_token['sub']
email = credentials.id_token['email']