You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,24 @@ This will poll in the defined interval and only resolve with a TokenSet once one
246
246
will handle the defined `authorization_pending` and `slow_down` "soft" errors and continue polling
247
247
but upon any other error it will reject. With tokenSet received you can throw away the handle.
248
248
249
+
### Client Credentials Grant Flow
250
+
251
+
Client Credentials flow is for obtaining Access Tokens to use with third party APIs on behalf of your application, rather than an end-user which was the case in previous examples.
252
+
253
+
**See the [documentation](./docs/README.md#clientgrantbody-extras) for full API details.**
0 commit comments