File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ app_user_client = Client(app_user_auth)
182182### Client Credentials Grant
183183
184184Allows you to obtain an access token by having client credentials and secret with enterprise or user ID,
185- which allows you to work using service or user account.
185+ which allows you to work using a service or user account.
186186
187187You can use ` CCGAuth ` to initialize a client object the same way as for other authentication types:
188188
@@ -197,7 +197,7 @@ client = Client(auth)
197197print (f ' Id of the authenticated user is: { client.user().get().id} ' )
198198```
199199
200- Obtained token is valid for specified ammount of time, it will be refreshed automatically by default.
200+ Obtained token is valid for specified amount of time, it will be refreshed automatically by default.
201201
202202#### Obtaining Service Account token
203203
@@ -216,7 +216,7 @@ auth = CCGAuth(
216216)
217217```
218218
219- Remember that you can still make calls on behalf of managed users, which are part of your etnerprise , by using
219+ Remember that you can still make calls on behalf of managed users, which are part of your enterprise , by using
220220[ As-User] ( #as-user ) bahaviour.
221221
222222#### Obtaining User token
You can’t perform that action at this time.
0 commit comments