@@ -88,7 +88,7 @@ class Flow(object):
88
88
from the `Google API Console`_.
89
89
90
90
.. _client secrets file:
91
- https://developers.google.com/identity/protocols/OAuth2WebServer
91
+ https://developers.google.com/identity/protocols/oauth2/web-server
92
92
#creatingcred
93
93
.. _Google API Console:
94
94
https://console.developers.google.com/apis/credentials
@@ -119,8 +119,8 @@ def __init__(
119
119
autogenerate_code_verifier (bool): If true, auto-generate a
120
120
code_verifier.
121
121
.. _client secrets:
122
- https://developers.google. com/api-client-library/python/guide
123
- /aaa_client_secrets
122
+ https://github. com/googleapis/google- api-python-client/blob
123
+ /master/docs/client-secrets.md
124
124
"""
125
125
self .client_type = client_type
126
126
"""str: The client type, either ``'web'`` or ``'installed'``"""
@@ -153,8 +153,8 @@ def from_client_config(cls, client_config, scopes, **kwargs):
153
153
format.
154
154
155
155
.. _client secrets:
156
- https://developers.google. com/api-client-library/python/guide
157
- /aaa_client_secrets
156
+ https://github. com/googleapis/google- api-python-client/blob/
157
+ master/docs/client-secrets.md
158
158
"""
159
159
if "web" in client_config :
160
160
client_type = "web"
@@ -357,8 +357,7 @@ class InstalledAppFlow(Flow):
357
357
response, such as using an embedded web view.
358
358
359
359
.. _Installed Application Authorization Flow:
360
- https://developers.google.com/api-client-library/python/auth
361
- /installed-app
360
+ https://github.com/googleapis/google-api-python-client/blob/master/docs/oauth-installed.md
362
361
"""
363
362
364
363
_OOB_REDIRECT_URI = "urn:ietf:wg:oauth:2.0:oob"
0 commit comments