C# Class System.Web.Http.Controllers.ActionContextExtensions

Show file Open project: Narvalex/EventCentric

Public Methods

Method Description
GetToken ( this context ) : string

Usability overload that is usefull to retrieve the token of the current user.

Method Details

GetToken() public static method

Usability overload that is usefull to retrieve the token of the current user.
public static GetToken ( this context ) : string
context this
return string