Skip to content

Instantly share code, notes, and snippets.

@mohamad-supangat
Created February 5, 2022 01:28
Show Gist options
  • Save mohamad-supangat/6128c00f19247e285d1867521b3e9d1a to your computer and use it in GitHub Desktop.
Save mohamad-supangat/6128c00f19247e285d1867521b3e9d1a to your computer and use it in GitHub Desktop.
Get google token with Request consent
https://accounts.google.com/o/oauth2/v2/auth?client_id=XXXX.apps.googleusercontent.com&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/userinfo.profile&response_type=code
source: https://www.daimto.com/how-to-get-a-google-access-token-with-curl/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment