1 write to Handlers
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
32
Handlers
= handlers;
5 references to Handlers
Microsoft.AspNetCore.Authentication.Core (5)
AuthenticationService.cs (5)
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);
181
var handler = await
Handlers
.GetHandlerAsync(context, scheme) ?? throw await CreateMissingSignInHandlerException(scheme);
209
var handler = await
Handlers
.GetHandlerAsync(context, scheme) ?? throw await CreateMissingSignOutHandlerException(scheme);