We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8f27b8 + c1a498c commit c76cf83Copy full SHA for c76cf83
src/globus_sdk/services/auth/client/confidential_client.py
@@ -112,8 +112,7 @@ def oauth2_start_flow(
112
113
:param redirect_uri: The page that users should be directed to after
114
authenticating at the authorize URL.
115
- :param requested_scopes: The scopes on the token(s) being requested. Defaults to
116
- ``openid profile email urn:globus:auth:scope:transfer.api.globus.org:all``
+ :param requested_scopes: The scopes on the token(s) being requested.
117
:param state: This string allows an application to pass information back to
118
itself in the course of the OAuth flow. Because the user will navigate away
119
from the application to complete the flow, this parameter lets the app pass
0 commit comments