AuthenticationRuntimeMiddlewareInvoke Method

Assigns claims from the authentication runtime to the authenticated user.

Definition

Namespace: Gemstone.Web.Security
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.166 -- Release Build+4a305edb6f8467fec4d04bc8edb60d0dcc31a9ba
public Task Invoke(
	HttpContext httpContext
)

Parameters

httpContext  HttpContext
The context of the HTTP request

Return Value

Task

[Missing <returns> documentation for "M:Gemstone.Web.Security.AuthenticationRuntimeMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext)"]

See Also