Skip to content

Commit

Permalink
docs: remove references to the old authentication credentials (#9456)
Browse files Browse the repository at this point in the history
emar-kar authored and busunkim96 committed Oct 14, 2019

Verified

This commit was signed with the committer’s verified signature.
myii Imran Iqbal
1 parent a07e02a commit 6ac4dc2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/auth.rst
Original file line number Diff line number Diff line change
@@ -177,22 +177,6 @@ described above,
so be sure none of the other possible environments conflict
with your user provided credentials.

Advanced users of `oauth2client`_ can also use custom flows to
create credentials using `client secrets`_ or using a
`webserver flow`_.
After creation, :class:`Credentials <oauth2client.client.Credentials>`
can be serialized with
:meth:`to_json() <oauth2client.client.Credentials.to_json>`
and stored in a file and then and deserialized with
:meth:`from_json() <oauth2client.client.Credentials.from_json>`. In order
to use ``oauth2client``'s credentials with this library, you'll need to
`convert them`_.

.. _oauth2client: https://github.com/Google/oauth2client
.. _client secrets: https://developers.google.com/api-client-library/python/guide/aaa_oauth#flow_from_clientsecrets
.. _webserver flow: https://developers.google.com/api-client-library/python/guide/aaa_oauth#OAuth2WebServerFlow
.. _convert them: http://google-auth.readthedocs.io/en/stable/user-guide.html#user-credentials

Troubleshooting
===============

0 comments on commit 6ac4dc2

Please sign in to comment.