#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.Features\.LogoutNotification](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.LogoutNotification 'Abblix\.Oidc\.Server\.Features\.LogoutNotification')

## LogoutTokenEvents Class

The security event identifiers this server emits for logout notification\. An event identifier
is a wire name every receiver keys on, so it lives as a constant rather than a literal beside
its first use\.

```csharp
public static class LogoutTokenEvents
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → LogoutTokenEvents
### Fields

## LogoutTokenEvents\.BackChannelLogout Field {#Abblix.Oidc.Server.Features.LogoutNotification.LogoutTokenEvents.BackChannelLogout}

The Back\-Channel Logout event statement's identifier, fixed by OpenID Connect Back\-Channel
Logout 1\.0 Section 2\.4: the member under the "events" claim whose presence is what makes a
token a logout order\. Its value is always the empty JSON object, as the specification
requires\.

```csharp
public const string BackChannelLogout = "http://schemas.openid.net/event/backchannel-logout";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
