1 reference to CreateMissingSignInHandlerException
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
181
var handler = await Handlers.GetHandlerAsync(context, scheme) ?? throw await
CreateMissingSignInHandlerException
(scheme);