2 references to SimpleAuth
Microsoft.AspNetCore.Authentication.Core.Test (2)
TokenExtensionTests.cs (2)
130
o.AddScheme("simple", s => s.HandlerType = typeof(
SimpleAuth
));
144
.AddAuthenticationCore(o => o.AddScheme("simple", s => s.HandlerType = typeof(
SimpleAuth
)));