1
votes

Something that confuses me is this found on the Google Developer Console documentation regarding Setting up OAuth2.0

Setting up OAuth 2.0

To use OAuth 2.0 in your application, you need an OAuth 2.0 client ID, which your application uses when requesting an OAuth 2.0 access token. When you register an application in the Google Developers Console, you can generate an OAuth 2.0 client ID.

To find your application's client ID and client secret, and set a redirect URI, expand the OAuth 2.0 Client ID section.

To deactivate the client ID, delete the application from the Developers Console.

How do you "expand the OAuth 2.0 Client ID section" ? Here is a screenshot of this screen:

enter image description here

UPDATE:

Screen shot from "original" developer console interface: enter image description here

1

1 Answers

1
votes

The terminology used is for the original Developer Console, whereas you have been redirected to the new Cloud Console. Personally I find the original more robust so I tend to use that. Look at the bottom of teh page and you'll see a grey link "Return to Original"