Skip to content

Commit

Permalink
Update src/globus_sdk/authorizers/client_credentials.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kurt McKee <contactme@kurtmckee.org>
  • Loading branch information
sirosen and kurtmckee authored Sep 17, 2024
1 parent bafcbfe commit bd2d909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globus_sdk/authorizers/client_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(

def _get_token_response(self) -> globus_sdk.ClientCredentialsTokenResponse:
"""
Make a client credentials request for new tokens.
Make a request for new client credentials tokens.
"""
return self.confidential_client.oauth2_client_credentials_tokens(
requested_scopes=self.scopes
Expand Down

0 comments on commit bd2d909

Please sign in to comment.