Click or drag to resize

AuthenticationMiddlewareInvoke Method

Process an individual request.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntax
public override Task Invoke(
	IOwinContext context
)
View Source

Parameters

context  IOwinContext

Return Value

Task
See Also