1 write to _authOptions
Microsoft.AspNetCore.Authentication (1)
AuthenticationBuilder.cs (1)
119_authOptions = authOptions.Value;
2 references to _authOptions
Microsoft.AspNetCore.Authentication (2)
AuthenticationBuilder.cs (2)
124options.SignInScheme ??= _authOptions.DefaultSignInScheme ?? _authOptions.DefaultScheme;