Skip to content

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.

C#
public static class LogoutTokenEvents

Inheritance System.Object → LogoutTokenEvents

Fields

LogoutTokenEvents.BackChannelLogout Field

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.

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

Field Value

System.String