I've created a google app engine project with a service protected by IAP.
I understand how to use the signed headers to get the authenticated user's identity. But how would I retrieve their OAuth 2.0 credentials?
Any suggestions of other ways of achieving this (using GCP) would also be appreciated.