Skip to main content

ClaimEntry Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.Storages.Proto

ClaimEntry Class

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

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 → ClaimEntry

Implements Google.Protobuf.IMessage<ClaimEntry>, Google.Protobuf.IMessage, System.IEquatable<ClaimEntry>, Google.Protobuf.IDeepCloneable<ClaimEntry>, Google.Protobuf.IBufferMessage

Fields

ClaimEntry.KeyFieldNumber Field

Field number for the "key" field.

public const int KeyFieldNumber = 1;

Field Value

System.Int32

ClaimEntry.ValueFieldNumber Field

Field number for the "value" field.

public const int ValueFieldNumber = 2;

Field Value

System.Int32