3 references to HandleAccessDeniedErrorAsync
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
94
var result = await
HandleAccessDeniedErrorAsync
(properties);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
742
var result = await
HandleAccessDeniedErrorAsync
(properties);
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterHandler.cs (1)
79
var result = await
HandleAccessDeniedErrorAsync
(properties);