docs(node): update OAuth config docs

This commit is contained in:
Jack Ye
2026-06-27 00:35:55 -07:00
parent c1a8702c65
commit d96c90c5b9

View File

@@ -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.
***