Skip to content

SessionsRevokedPayload Class

Sessions Revoked (RISC 1.0 Section 2.11): all sessions of the account identified by the subject have been revoked. The event carries no attributes.

C#
public sealed record SessionsRevokedPayload : Abblix.SecurityEvents.Events.IEventPayload, System.IEquatable<Abblix.SecurityEvents.RISC.SessionsRevokedPayload>

Inheritance System.Object → SessionsRevokedPayload

Implements IEventPayload, System.IEquatable<SessionsRevokedPayload>

Remarks

The specification deprecates this event type: new implementations MUST transmit the CAEP session-revoked event instead. The type exists here so a RECEIVER still understands transmitters that predate the deprecation - it is deliberately not marked obsolete, because registering it for reception is exactly the supported use.