oauth2-client-handler
oauth2-client-handler copied to clipboard
Updated readme setting InnerHandler in sample code
Using the sample code there is an error complaining InnerHandler not set.
Lazy<HttpClientHandler> does not work if synchronous GET/POST is used - could not find why.
Converted to draft. It's not clear what you're trying to solve here. The PR title doesn't seem to match the code changes. Is it possible to start with a test first that demonstrates the problem you're trying to solve?
Due Lazy<HttpClientHandler> is not thread save - removed it here.