3 overrides of HandleForbiddenAsync
Microsoft.AspNetCore.Authentication (2)
PolicySchemeHandler.cs (1)
41
protected override Task
HandleForbiddenAsync
(AuthenticationProperties? properties)
RemoteAuthenticationHandler.cs (1)
219
protected override Task
HandleForbiddenAsync
(AuthenticationProperties properties)
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
462
protected override async Task
HandleForbiddenAsync
(AuthenticationProperties properties)
1 reference to HandleForbiddenAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
331
await
HandleForbiddenAsync
(properties);