-
refactor: remove deprecated OAuth authentication base classes (#9337)
发布于
2026-04-08 21:12:15 +00:00 | 141 次提交 在此版本后已推送到 master- refactor: remove deprecated OAuth authentication base classes
Remove abstract/generic auth infrastructure superseded by the concrete
implementations introduced in #9330 (LeanOAuthTokenHandler, LeanTokenHandler,
LeanTokenCredentials):- Delete OAuthTokenHandler<TRequest, TResponse>
- Delete abstract TokenHandler base
- Delete TokenCredentials (replaced by LeanTokenCredentials)
- Delete abstract AccessTokenMetaDataRequest/Response base classes
- Update XML documentation in LeanOAuthTokenHandler and LeanTokenHandler
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
-
fix: remove racy lockless fast path from LeanOAuthTokenHandler
-
fix: remove redundant AccessToken empty check on token refresh
Co-authored-by: Claude Sonnet 4.6 noreply@anthropic.com
下载附件