From d96c90c5b98346c6e250a00c667ded88dfdac504 Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Sat, 27 Jun 2026 00:35:55 -0700 Subject: [PATCH] docs(node): update OAuth config docs --- docs/src/js/interfaces/NativeOAuthConfig.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/js/interfaces/NativeOAuthConfig.md b/docs/src/js/interfaces/NativeOAuthConfig.md index b569b75a8..6959f17dd 100644 --- a/docs/src/js/interfaces/NativeOAuthConfig.md +++ b/docs/src/js/interfaces/NativeOAuthConfig.md @@ -73,6 +73,8 @@ optional refreshBufferSecs: number; ``` Seconds before expiry to trigger proactive refresh (default: 300). +Keep this well below the token TTL; if it is greater than or equal to +the TTL, each request refreshes the token. ***