docs: document oauth2.user_agent for OAuth2 token requests#2578
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds documentation for a new ChangesOAuth 2.0 User-Agent Option Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
300ce66 to
23ce2ca
Compare
Signed-off-by: rja5 <rallen99@gmail.com>
23ce2ca to
c13fbe8
Compare
| | `oauth2.refresh_skew_seconds` | Seconds before expiry at which to refresh the access token. | `60` | | ||
| | `oauth2.timeout` | Timeout for token requests. | `0s` | | ||
| | `oauth2.connect_timeout` | Connect timeout for token requests. | `0s` | | ||
| | `oauth2.user_agent` | Optional `User-Agent` header to include on OAuth 2.0 token requests. | _none_ | |
There was a problem hiding this comment.
@rja5 use back-ticks around the OAuth 2.0 to fix this vale issue.
Add oauth2.user_agent documentation for outgoing OAuth 2.0 token requests.
Summary by CodeRabbit
_none_results in no User-Agent header being sent.