debuggers:

Create Google OAuth Credential

take note of:

  • client id
  • client secret

Test the Created Google OAuth

Click SEND REQUEST

This redirects to google account login page

on successful login, it redirects back to https://oauthdebugger/debug

Next use the returned Authorization Code to get the Access/Bearer Token from https://oauth2.googleapis.com/token

Use the returned Access Token to access the Resource Owner’s data via making a API call to a Resource Server

now we have received the Google Account’s profile information