Skip to content

Commit e92087f

Browse files
committed
non-functional changes to kick off new pipeline
1 parent 4290131 commit e92087f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/examples/google.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Google OAuth 2 Tutorial
22
==========================
33

4-
Setup a new web project in the `Google Cloud Console`_
5-
When you have obtained a ``client_id``, ``client_secret`` and registered
4+
Setup a new web project in the `Google Cloud Console`, (application type: web application)_
5+
When you have obtained a ``client_id``, ``client_secret``, and registered
66
a callback URL then you can try out the command line interactive example below.
77

88
.. _`Google Cloud Console`: https://cloud.google.com/console/project
99

1010
.. code-block:: pycon
1111
1212
>>> # Credentials you get from registering a new application
13-
>>> client_id = '<the id you get from google>.apps.googleusercontent.com'
13+
>>> client_id = '<the id you get from google>'
1414
>>> client_secret = '<the secret you get from google>'
1515
>>> redirect_uri = 'https://your.registered/callback'
1616

0 commit comments

Comments
 (0)