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