1 write to Handlers
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
32Handlers = handlers;
5 references to Handlers
Microsoft.AspNetCore.Authentication.Core (5)
AuthenticationService.cs (5)
75var handler = await Handlers.GetHandlerAsync(context, scheme) ?? throw await CreateMissingHandlerException(scheme); 120var handler = await Handlers.GetHandlerAsync(context, scheme) ?? throw await CreateMissingHandlerException(scheme); 143var handler = await Handlers.GetHandlerAsync(context, scheme) ?? throw await CreateMissingHandlerException(scheme); 181var handler = await Handlers.GetHandlerAsync(context, scheme) ?? throw await CreateMissingSignInHandlerException(scheme); 209var handler = await Handlers.GetHandlerAsync(context, scheme) ?? throw await CreateMissingSignOutHandlerException(scheme);