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
| JWT Access Token | Token cache/memory | String | Valid JWT with required claims and unexpired |`_authentication.py::get_token()` return value |
114
-
| API Client | Client applications |`_AuthenticatedApi` object | Authenticated and configured for target environment |`_client.py::Client.get_api_client()`factory method|
114
+
| API Client | Client applications |`Client` object | Authenticated and configured for target environment |`_client.py::Client.__init__()`constructor |
115
115
| User Information | CLI/Application | UserInfo/Me objects | Complete user and organization data |`_service.py::Service.get_user_info()` method |
116
116
| Health Status | Monitoring systems | Health object | Accurate service and dependency status |`_service.py::Service.health()` method |
117
117
| Downloaded Files | Local filesystem | Binary/structured data | Verified checksums and complete downloads |`_utils.py` download functions and `ApplicationRun`|
0 commit comments