Skip to content

Commit

Permalink
Fix client credentials example doc typo (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-globus authored Jul 19, 2024
1 parent 7ecb1af commit c484ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/client_credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Use it like so:
scopes = "urn:globus:auth:scope:transfer.api.globus.org:all"
cc_authorizer = globus_sdk.ClientCredentialsAuthorizer(confidential_client, scopes)
# create a new client
transfer_client = globus_sdk.TransferClient(authorizer=cc_authorizer)
tc = globus_sdk.TransferClient(authorizer=cc_authorizer)
# usage is still the same
print("Endpoints Belonging to {}@clients.auth.globus.org:".format(CLIENT_ID))
Expand Down

0 comments on commit c484ea3

Please sign in to comment.