Skip to content

Commit c76cf83

Browse files
authored
Remove an incorrect documented default (#1361)
2 parents c8f27b8 + c1a498c commit c76cf83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/globus_sdk/services/auth/client/confidential_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ def oauth2_start_flow(
112112
113113
:param redirect_uri: The page that users should be directed to after
114114
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``
115+
:param requested_scopes: The scopes on the token(s) being requested.
117116
:param state: This string allows an application to pass information back to
118117
itself in the course of the OAuth flow. Because the user will navigate away
119118
from the application to complete the flow, this parameter lets the app pass

0 commit comments

Comments
 (0)