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: EXAMPLES.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
-[Authenticating with a application configured to use `private_key_jwt` token endpoint auth method](#authenticating-with-a-application-configured-to-use-private-key-jwt-token-endpoint-auth-method)
All endpoints follow a similar structure to `connections`, and try to follow as
136
136
closely as possible the [API documentation](https://auth0.com/docs/api/v2).
137
137
138
-
###Error handling
138
+
## Error handling
139
139
140
140
When consuming methods from the API clients, the requests could fail for a number of reasons:
141
141
- Invalid data sent as part of the request: An `Auth0Error` is raised with the error code and description.
142
142
- Global or Client Rate Limit reached: A `RateLimitError` is raised and the time at which the limit
143
143
resets is exposed in the `reset_at` property. When the header is unset, this value will be `-1`.
144
144
- Network timeouts: Adjustable by passing a `timeout` argument to the client. See the [rate limit docs](https://auth0.com/docs/policies/rate-limits) for details.
145
145
146
-
###Asynchronous environments
146
+
## Asynchronous environments
147
147
148
148
This SDK provides async methods built on top of [asyncio](https://docs.python.org/3/library/asyncio.html). To make them available you must have the [aiohttp](https://docs.aiohttp.org/en/stable/) module installed.
0 commit comments