Skip to content

Commit 6ac4dc2

Browse files
emar-karbusunkim96
authored andcommitted
docs: remove references to the old authentication credentials (#9456)
1 parent a07e02a commit 6ac4dc2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/auth.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -177,22 +177,6 @@ described above,
177177
so be sure none of the other possible environments conflict
178178
with your user provided credentials.
179179

180-
Advanced users of `oauth2client`_ can also use custom flows to
181-
create credentials using `client secrets`_ or using a
182-
`webserver flow`_.
183-
After creation, :class:`Credentials <oauth2client.client.Credentials>`
184-
can be serialized with
185-
:meth:`to_json() <oauth2client.client.Credentials.to_json>`
186-
and stored in a file and then and deserialized with
187-
:meth:`from_json() <oauth2client.client.Credentials.from_json>`. In order
188-
to use ``oauth2client``'s credentials with this library, you'll need to
189-
`convert them`_.
190-
191-
.. _oauth2client: https://github.com/Google/oauth2client
192-
.. _client secrets: https://developers.google.com/api-client-library/python/guide/aaa_oauth#flow_from_clientsecrets
193-
.. _webserver flow: https://developers.google.com/api-client-library/python/guide/aaa_oauth#OAuth2WebServerFlow
194-
.. _convert them: http://google-auth.readthedocs.io/en/stable/user-guide.html#user-credentials
195-
196180
Troubleshooting
197181
===============
198182

0 commit comments

Comments
 (0)