#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.Features\.Storages\.Proto](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.Storages.Proto 'Abblix\.Oidc\.Server\.Features\.Storages\.Proto')

## ClaimEntry Class

Dictionary entry mapping claim name to its details\.
Represents key\-value pairs for structured claim requests\.

```csharp
public sealed class ClaimEntry : Google.Protobuf.IMessage<Abblix.Oidc.Server.Features.Storages.Proto.ClaimEntry>, Google.Protobuf.IMessage, System.IEquatable<Abblix.Oidc.Server.Features.Storages.Proto.ClaimEntry>, Google.Protobuf.IDeepCloneable<Abblix.Oidc.Server.Features.Storages.Proto.ClaimEntry>, Google.Protobuf.IBufferMessage
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → ClaimEntry

Implements [Google\.Protobuf\.IMessage&lt;](https://learn.microsoft.com/en-us/dotnet/api/google.protobuf.imessage-1 'Google\.Protobuf\.IMessage\`1')[ClaimEntry](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.Storages.Proto.ClaimEntry 'Abblix\.Oidc\.Server\.Features\.Storages\.Proto\.ClaimEntry')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/google.protobuf.imessage-1 'Google\.Protobuf\.IMessage\`1'), [Google\.Protobuf\.IMessage](https://learn.microsoft.com/en-us/dotnet/api/google.protobuf.imessage 'Google\.Protobuf\.IMessage'), [System\.IEquatable&lt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')[ClaimEntry](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.Storages.Proto.ClaimEntry 'Abblix\.Oidc\.Server\.Features\.Storages\.Proto\.ClaimEntry')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1'), [Google\.Protobuf\.IDeepCloneable&lt;](https://learn.microsoft.com/en-us/dotnet/api/google.protobuf.ideepcloneable-1 'Google\.Protobuf\.IDeepCloneable\`1')[ClaimEntry](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.Storages.Proto.ClaimEntry 'Abblix\.Oidc\.Server\.Features\.Storages\.Proto\.ClaimEntry')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/google.protobuf.ideepcloneable-1 'Google\.Protobuf\.IDeepCloneable\`1'), [Google\.Protobuf\.IBufferMessage](https://learn.microsoft.com/en-us/dotnet/api/google.protobuf.ibuffermessage 'Google\.Protobuf\.IBufferMessage')
### Fields

## ClaimEntry\.KeyFieldNumber Field {#Abblix.Oidc.Server.Features.Storages.Proto.ClaimEntry.KeyFieldNumber}

Field number for the "key" field\.

```csharp
public const int KeyFieldNumber = 1;
```

#### Field Value
[System\.Int32](https://learn.microsoft.com/en-us/dotnet/api/system.int32 'System\.Int32')

## ClaimEntry\.ValueFieldNumber Field {#Abblix.Oidc.Server.Features.Storages.Proto.ClaimEntry.ValueFieldNumber}

Field number for the "value" field\.

```csharp
public const int ValueFieldNumber = 2;
```

#### Field Value
[System\.Int32](https://learn.microsoft.com/en-us/dotnet/api/system.int32 'System\.Int32')
