3 references to CreateMissingHandlerException
Microsoft.AspNetCore.Authentication.Core (3)
AuthenticationService.cs (3)
75
var handler = await Handlers.GetHandlerAsync(context, scheme) ?? throw await
CreateMissingHandlerException
(scheme);
120
var handler = await Handlers.GetHandlerAsync(context, scheme) ?? throw await
CreateMissingHandlerException
(scheme);
143
var handler = await Handlers.GetHandlerAsync(context, scheme) ?? throw await
CreateMissingHandlerException
(scheme);