BaseControllerGetAuthTokenFromHeader Method |
Extracts the one or two-part token from the header.
Namespace:
NetQuarry.Web.API
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual string GetAuthTokenFromHeader()
Protected Overridable Function GetAuthTokenFromHeader As String
Return Value
Type:
StringThe authentication token.
See Also