| EventsCollection | The value of the "events" claim: the event statements a SET expresses, each a name/value pair whose name is the event identifier URI and whose value is the event's payload (RFC 8417 Section 2.2). |
| LogEvents | The event identifiers of this assembly's structured log messages. Runbooks key off the numbers, so an identifier stays stable across message-text edits; the XML docs here are the canonical allocation record. |
| LogEvents.BackChannelLogout | Back-channel logout intake: range 1100-1199. |
| LogEvents.Composition | Composition and dependency-injection wiring: range 1000-1099. |
| SecurityEventToken | A Security Event Token (SET): a JWT whose claims describe one or more aspects of a security event that occurred to a subject (RFC 8417 Section 2). This type is a typed view over the underlying JsonWebToken, naming the claims the SET profile gives meaning to. |
| SecurityEventTokenBuilder | Builds a SET whose envelope satisfies RFC 8417 by construction: the required claims are enforced, the "typ" header is fixed, and the one claim the profile forbids cannot be written. |