()
| 69 | |
| 70 | // Synchronous getter for use in ZooCodeHandler (called in hot path during API requests) |
| 71 | export function getCachedZooCodeToken(): string { |
| 72 | return _cachedToken ?? "" |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Resolves the Zoo Gateway session token for API calls. |
no outgoing calls
no test coverage detected