Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created March 30, 2018 04:51
Show Gist options
  • Save salrashid123/9f3f34d8a175dc8de7bd87b63d80b9d9 to your computer and use it in GitHub Desktop.
Save salrashid123/9f3f34d8a175dc8de7bd87b63d80b9d9 to your computer and use it in GitHub Desktop.
svc_verify_access
curl https://www.googleapis.com/oauth2/v3/tokeninfo?access_token=ya29.ElnUAws0MfV3om_tqQ0ZS3g7-BZ2ZS_uaJUNdPk8TI7hHkPnFb8Kesg67WQwJswTfD1nYTk-tD0MDUf6X3-pKklpicBDZszq16Q7smBZoDemnYcWaYvJ8gjqnw
{
"azp": "104943293997971332223",
"aud": "104943293997971332223",
"scope": "https://www.googleapis.com/auth/userinfo.email",
"exp": "1484452560",
"expires_in": "3543",
"email": "[email protected]",
"email_verified": "true",
"access_type": "offline"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment