C# Class WebApiSeed.Infrastructure.Attributes.VerifyTokenAttribute

Verify token
Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Show file Open project: MakingSense/webapi-seed

Public Methods

Method Description
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext filterContext ) : void

Method Details

OnActionExecuting() public method

public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext filterContext ) : void
filterContext System.Web.Http.Controllers.HttpActionContext
return void