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)
124
options.SignInScheme ??=
_authOptions
.DefaultSignInScheme ??
_authOptions
.DefaultScheme;