React to AuthHandler rename

This commit is contained in:
Hao Kung 2015-07-14 13:32:56 -07:00
parent 0b50bfe03c
commit 13e6e76994
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace FiltersWebSite
{
public class BasicAuthenticationHandler : AuthenticationHandler<BasicOptions>
{
protected override Task<AuthenticationTicket> AuthenticateAsync()
protected override Task<AuthenticationTicket> HandleAuthenticateAsync()
{
var principal = new ClaimsPrincipal();
principal.AddIdentity(new ClaimsIdentity(