public PluginAuthMiddleware(OwinMiddleware next, PluginAuthMiddlewareOptions options) : base(next) { _logger = options.LoggerFactory(typeof(PluginAuthMiddleware)); }
public PluginAuthMiddleware(OwinMiddleware next, PluginAuthMiddlewareOptions options) : base(next) { _logger = options.LoggerFactory(typeof (PluginAuthMiddleware)); }