File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -177,22 +177,6 @@ described above,
177177so be sure none of the other possible environments conflict
178178with 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-
196180Troubleshooting
197181===============
198182
You can’t perform that action at this time.
0 commit comments