Steps to get OAuth 2.0 Token Id

To get a token_id you first need to visit OAuth 2.0 Playground (opens in a new tab).

Select Google OAuth2 API v2 for Scope

On the dashboard you will be on Step 1: Select & authorize APIs, from the menu select Google OAuth2 API v2 dropdown for Scope. Step 1 Help Image

Select email scope and Authorize API's

Select the https://www.googleapis.com/auth/userinfo.email scope and click on Authorize APIs button. Step 2 Help Image

Login with your Google Account

Select the google account for which you want to generate the token and click on Continue button.

Exchange authorization code for tokens

You will be redirected to Step 2: Exchange authorization code for tokens page where you can click Exchange authorization code for tokens button. Step 4 Help Image

Copy the token

Under the Request / Response tab, you will get the token_id. Copy the token and use it in the authenticate request. Step 5 Help Image