1 write to _options
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
33_options = options.Value;
14 references to _options
Microsoft.AspNetCore.Authentication.Core (14)
AuthenticationSchemeProvider.cs (14)
38foreach (var builder in _options.Schemes) 58=> _options.DefaultScheme != null 59? GetSchemeAsync(_options.DefaultScheme) 69=> _options.DefaultAuthenticateScheme != null 70? GetSchemeAsync(_options.DefaultAuthenticateScheme) 80=> _options.DefaultChallengeScheme != null 81? GetSchemeAsync(_options.DefaultChallengeScheme) 91=> _options.DefaultForbidScheme != null 92? GetSchemeAsync(_options.DefaultForbidScheme) 102=> _options.DefaultSignInScheme != null 103? GetSchemeAsync(_options.DefaultSignInScheme) 113=> _options.DefaultSignOutScheme != null 114? GetSchemeAsync(_options.DefaultSignOutScheme) 212if (!_options.DisableAutoDefaultScheme)