SessionRevokedPayload Class
Session Revoked (CAEP 1.0 Section 3.1): the session identified by the subject has been revoked. The event carries no claims of its own - the subject names the session, directly or through the properties of a complex subject, in which case the revocation applies to any session matching the combined claims; when EventTimestamp is included it is the moment of revocation.
public sealed record SessionRevokedPayload : Abblix.SecurityEvents.CAEP.CaepEventPayload, System.IEquatable<Abblix.SecurityEvents.CAEP.SessionRevokedPayload>Inheritance System.Object → CaepEventPayload → SessionRevokedPayload
Implements System.IEquatable<SessionRevokedPayload>