Files
Max Isbey 1aec562724 Remove the unused timeout parameter from OAuthClientProvider
OAuthContext.timeout was assigned in the constructor but never read
anywhere, so the parameter has never bounded anything since the OAuth
client was added. Drop it from OAuthClientProvider, the deprecated
RFC7523OAuthClientProvider, and OAuthContext rather than keep a knob
that silently does nothing.
2026-07-25 20:50:26 +00:00
..