4 references to BackchannelHttpHandler
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthPostConfigureOptions.cs (1)
38
options.Backchannel = new HttpClient(options.
BackchannelHttpHandler
?? new HttpClientHandler());
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectPostConfigureOptions.cs (1)
70
options.Backchannel = new HttpClient(options.
BackchannelHttpHandler
?? new HttpClientHandler());
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterPostConfigureOptions.cs (1)
48
options.Backchannel = new HttpClient(options.
BackchannelHttpHandler
?? new HttpClientHandler());
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationPostConfigureOptions.cs (1)
65
options.Backchannel = new HttpClient(options.
BackchannelHttpHandler
?? new HttpClientHandler());