Skip to content

Commit e15f7e8

Browse files
committed
fixup! feat(platform): support external token providers and simplify caching
1 parent 0f5af27 commit e15f7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specifications/SPEC_PLATFORM_SERVICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ platform/
111111
| Output Type | Destination | Format/Type | Success Criteria | Code Location |
112112
| ---------------- | ------------------- | ---------------------------- | --------------------------------------------------- | ---------------------------------------------------- |
113113
| 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 |
115115
| User Information | CLI/Application | UserInfo/Me objects | Complete user and organization data | `_service.py::Service.get_user_info()` method |
116116
| Health Status | Monitoring systems | Health object | Accurate service and dependency status | `_service.py::Service.health()` method |
117117
| Downloaded Files | Local filesystem | Binary/structured data | Verified checksums and complete downloads | `_utils.py` download functions and `ApplicationRun` |

0 commit comments

Comments
 (0)