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 05597ca commit 3cff677Copy full SHA for 3cff677
1 file changed
src/resolver_athena_client/client/channel.py
@@ -51,11 +51,6 @@ def is_old(self) -> bool:
51
background refresh to happen before expiry while the token is still
52
usable.
53
54
- Args:
55
- ----
56
- proactive_refresh_threshold: Fraction of token lifetime past which
57
- to trigger proactive refresh (e.g. 0.25 for 25%)
58
-
59
"""
60
current_time = time.time()
61
total_lifetime = self.expires_at - self.issued_at
0 commit comments