2 references to _nullScheme
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationSchemeProvider.cs (2)
51
private Task<AuthenticationScheme?> _autoDefaultScheme =
_nullScheme
;
220
_autoDefaultScheme =
_nullScheme
;