C# Class IdentityService.App_Start.MyAuthenticationFiter

Inheritance: IActionFilter
Show file Open project: ucdavis/IdentityService

Public Methods

Method Description
ExecuteActionFilterAsync ( System.Web.Http.Controllers.HttpActionContext actionContext, CancellationToken cancellationToken, Func continuation ) : Task

Private Methods

Method Description
ErrorResponse ( string reason = null ) : Task

Construct and return an HTTP response with the appropriate JSON error message.

Method Details

ExecuteActionFilterAsync() public method

public ExecuteActionFilterAsync ( System.Web.Http.Controllers.HttpActionContext actionContext, CancellationToken cancellationToken, Func continuation ) : Task
actionContext System.Web.Http.Controllers.HttpActionContext
cancellationToken System.Threading.CancellationToken
continuation Func
return Task