|
SessionHandlerGetAuthenticationTokenFromCookie(IOwinRequest, 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.282-beta
SyntaxPublic Shared Function GetAuthenticationTokenFromCookie (
request As IOwinRequest,
authenticationToken As String
) As String
GSF.Web.Security.SessionHandler.GetAuthenticationTokenFromCookie = function(request, authenticationToken);
View SourceParameters
- request IOwinRequest
- The target Owin request.
- authenticationToken String
- Token used for identifying the authentication token in cookie headers.
Return Value
StringAuthentication token string, if defined; otherwise,
null.
See Also