2 references to GetSchemeConfiguration
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
36
var configSection = _authenticationConfigurationProvider.
GetSchemeConfiguration
(name);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
36
var configSection = _authenticationConfigurationProvider.
GetSchemeConfiguration
(name);