|
SessionHandlerGetAuthenticationTokenFromCookie(HttpRequestMessage, String) Method
|
Gets the authentication token as defined in the request cookie header values.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax GSF.Web.Security.SessionHandler.GetAuthenticationTokenFromCookie = function(request, authenticationToken);
View SourceParameters
- request HttpRequestMessage
- The target HTTP request message.
- authenticationToken String
- Token used for identifying the authentication token in cookie headers.
Return Value
StringAuthentication token string, if defined; otherwise,
null.
See Also