View Source
Class BackOfficeAuthorizationInitializationMiddleware
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class BackOfficeAuthorizationInitializationMiddleware : IMiddleware
Constructors
View Source
BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths, IServiceProvider)
Declaration
public BackOfficeAuthorizationInitializationMiddleware(UmbracoRequestPaths umbracoRequestPaths, IServiceProvider serviceProvider)
Parameters
| Type |
Name |
Description |
| UmbracoRequestPaths |
umbracoRequestPaths |
|
| IServiceProvider |
serviceProvider |
|
Methods
View Source
InvokeAsync(HttpContext, RequestDelegate)
Declaration
public async Task InvokeAsync(HttpContext context, RequestDelegate next)
Parameters
| Type |
Name |
Description |
| HttpContext |
context |
|
| RequestDelegate |
next |
|
Returns