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
* removed API limits and included table of contents
* added changes
* Fix object name in readme
---------
Co-authored-by: guyp-descope <[email protected]>
These sections show how to use the SDK to perform permission and user management functions. You will need to create an instance of `DescopeClient` by following the [Setup](#setup-1) guide, before you can use any of these functions:
51
+
52
+
1.[Manage Tenants](#manage-tenants)
53
+
2.[Manage Users](#manage-users)
54
+
3.[Manage Access Keys](#manage-access-keys)
55
+
4.[Manage SSO Setting](#manage-sso-setting)
56
+
5.[Manage Permissions](#manage-permissions)
57
+
6.[Manage Roles](#manage-roles)
58
+
7.[Query SSO Groups](#query-sso-groups)
59
+
8.[Manage Flows](#manage-flows)
60
+
9.[Manage JWTs](#manage-jwts)
61
+
62
+
If you wish to run any of our code samples and play with them, check out our [Code Examples](#code-examples) section.
63
+
64
+
If you're performing end-to-end testing, check out the [Utils for your end to end (e2e) tests and integration tests](#utils-for-your-end-to-end-e2e-tests-and-integration-tests) section. You will need to use the `DescopeClient` object created under [Setup](#setup-1) guide.
65
+
66
+
For rate limiting information, please confer to the [API Rate Limits](#api-rate-limits) section.
# Note 2: In case of testing sign-in / sign-up operations with test users, need to make sure to generate the code prior calling the sign-in / sign-up operations.
792
823
```
793
824
794
-
## API Rate limits
825
+
## API Rate Limits
795
826
796
-
Handle API rate limits by comparing the exception to the APIRateLimitExceeded exception, which includes the RateLimitParameters map with the key "Retry-After." This key indicates how many seconds until the next valid API call can take place. More information on Descope's rate limit is covered here: [Descope rate limit reference page](https://docs.descope.com/rate-limit)
827
+
Handle API rate limits by comparing the exception to the APIRateLimitExceeded exception, which includes the RateLimitParameters map with the key "Retry-After." This key indicates how many seconds until the next valid API call can take place.
0 commit comments