Skip to content

Commit 5657458

Browse files
sirosenderek-globus
andcommitted
Apply suggestions from code review
Co-authored-by: derek-globus <[email protected]>
1 parent 09997af commit 5657458

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/user_guide/usage_patterns/client_identities/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Using Client Identities
44
=======================
55

6-
Clients registered in Globus can be used as "service accounts",
6+
Some clients registered in Globus may operate as independent "service accounts",
77
distinct actors with their own identities.
88
This is useful for a wide range of automation tasks, in which users want to
99
leverage Globus APIs, but without handling login flows and user credentials.
@@ -14,7 +14,7 @@ its tokens.
1414
Once it is so registered, such a client will have an ID and secret, which can be
1515
passed into interfaces in the SDK.
1616
The client credentials (ID and secret) are used to get tokens to power
17-
interactions with Globus APIs, and SDK tools will automatically cache and reload
17+
interactions with Globus APIs, and SDK's GlobusApp will automatically cache and reload
1818
these tokens appropriately.
1919

2020
.. note::

docs/user_guide/usage_patterns/client_identities/using_client_app/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Instantiating a ClientApp
1515

1616
Constructing an app takes three required parameters,
1717

18-
- the name of the app for use in the SDK (this does not have to match your registered client name)
18+
- a human readable name to identify your app in HTTP requests and token caching (e.g., “My Cool Weathervane”).
19+
- this does not need match the name you supplied during client registration.
1920
- the client ID
2021
- the client secret
2122

0 commit comments

Comments
 (0)