#### [Abblix\.SecurityEvents\.CAEP](https://www.abblix.com/en/docs/api/abblix-securityevents-caep 'index')
### [Abblix\.SecurityEvents\.CAEP](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP 'Abblix\.SecurityEvents\.CAEP')

## TokenClaimsChangePayload Class

Token Claims Change \(CAEP 1\.0 Section 3\.2\): a claim in the token identified by the subject \-
a JWT through the jwt\_id subject format, a SAML assertion through saml\_assertion\_id \- has
changed\. When [EventTimestamp](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP.CaepEventPayload#Abblix.SecurityEvents.CAEP.CaepEventPayload.EventTimestamp 'Abblix\.SecurityEvents\.CAEP\.CaepEventPayload\.EventTimestamp') is included it is the moment the
claim values changed\.

```csharp
public sealed record TokenClaimsChangePayload : Abblix.SecurityEvents.CAEP.CaepEventPayload, System.IEquatable<Abblix.SecurityEvents.CAEP.TokenClaimsChangePayload>
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → [CaepEventPayload](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP.CaepEventPayload 'Abblix\.SecurityEvents\.CAEP\.CaepEventPayload') → TokenClaimsChangePayload

Implements [System\.IEquatable&lt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')[TokenClaimsChangePayload](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP.TokenClaimsChangePayload 'Abblix\.SecurityEvents\.CAEP\.TokenClaimsChangePayload')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')
### Properties

## TokenClaimsChangePayload\.Claims Property {#Abblix.SecurityEvents.CAEP.TokenClaimsChangePayload.Claims}

REQUIRED\. The changed claims with their new values \(CAEP 1\.0 Section 3\.2\.1\)\. Raw JSON,
because the claims are whatever the token carries \- OIDC names or SAML claim URIs alike\.

```csharp
public System.Text.Json.Nodes.JsonObject Claims { get; init; }
```

#### Property Value
[System\.Text\.Json\.Nodes\.JsonObject](https://learn.microsoft.com/en-us/dotnet/api/system.text.json.nodes.jsonobject 'System\.Text\.Json\.Nodes\.JsonObject')
