Class BackOfficeExternalLoginProviderErrorMiddleware
Used to handle errors registered by external login providers
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.Middleware
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class BackOfficeExternalLoginProviderErrorMiddleware : IMiddleware
Remarks
When an external login provider registers an error with
Constructors
View SourceBackOfficeExternalLoginProviderErrorMiddleware(IJsonSerializer)
Declaration
public BackOfficeExternalLoginProviderErrorMiddleware(IJsonSerializer jsonSerializer)
Parameters
| Type | Name | Description |
|---|---|---|
| IJsonSerializer | jsonSerializer |
Methods
View SourceInvokeAsync(HttpContext, RequestDelegate)
Declaration
public async Task InvokeAsync(HttpContext context, RequestDelegate next)
Parameters
| Type | Name | Description |
|---|---|---|
| HttpContext | context | |
| RequestDelegate | next |
Returns
| Type | Description |
|---|---|
| Task |