AuthorizeClientAttribute.IsAuthorized Method
- Namespace:
- Weavy.Web.Attributes
- Assembly:
- Weavy.Web.dll
IsAuthorized(HttpActionContext)
Checks if a client can be derived from the claims of the current user.
protected override bool IsAuthorized(HttpActionContext actionContext)
Parameters
- action
Context - System.Web.Http.Controllers.HttpActionContext
Returns
bool