Table of Contents

Interface IBackChannelLogoutService

Namespace
Duende.IdentityServer.Services
Assembly
Duende.IdentityServer.dll

The service responsible for performing back-channel logout notification.

public interface IBackChannelLogoutService

Methods

SendLogoutNotificationsAsync(LogoutNotificationContext)

Performs http back-channel logout notification.

Task SendLogoutNotificationsAsync(LogoutNotificationContext context)

Parameters

context LogoutNotificationContext

The context of the back channel logout notification.

Returns

Task