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: src/content/docs/developer-tools/sdks/backend/python-sdk.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -740,11 +740,11 @@ except Exception as e:
740
740
print(f"Error: {e}")
741
741
```
742
742
743
-
### Management API token management
743
+
### Token management
744
744
745
745
The Management API client has its own token management system for API authentication, which is separate from the core SDK's user session token management. The Management API client automatically handles:
746
746
747
-
-**Management API token acquisition**: Obtains tokens for accessing Kinde's management endpoints
747
+
-**accessing Kinde Management API endpoints**: Obtains tokens for accessing Kinde's management endpoints
748
748
-**Token refresh**: Automatically refreshes management API tokens when they expire
749
749
-**Token storage**: Securely stores management API tokens
750
750
-**Thread safety**: Ensures thread-safe token handling for concurrent requests
0 commit comments