AuthenticationRuntimeMiddleware Constructor
Represents a middleware used to assign claims to authenticated users.
Namespace: Gemstone.Web.SecurityAssembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.166 -- Release Build+4a305edb6f8467fec4d04bc8edb60d0dcc31a9ba
Gemstone.Web.Security.AuthenticationRuntimeMiddleware = function(next, runtime, providerInfo);
Parameters
- next RequestDelegate
- Delegate used to invoke the next middleware in the pipeline
- runtime IAuthenticationRuntime
- The authentication runtime used to query assigned claims
- providerInfo AuthenticationProviderInfo
- Information about the provider that authenticates the user