We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d154c commit 16e9c87Copy full SHA for 16e9c87
packages/toolbox-core/src/toolbox_core/auth_methods.py
@@ -94,7 +94,7 @@ def _is_cached_token_valid(
94
return time.time() < (expires_at - margin_seconds)
95
96
97
-def _update_token_cache(cache: Dict[str, Any], new_id_token: Optional[str]):
+def _update_token_cache(cache: Dict[str, Any], new_id_token: Optional[str]) -> None:
98
"""
99
Updates the global token cache with a new token and its expiry.
100
0 commit comments