Table of Contents

Class ClientClaim

Namespace
Duende.IdentityServer.Models
Assembly
Duende.IdentityServer.Storage.dll

A client claim

public class ClientClaim
Inheritance
ClientClaim
Inherited Members

Constructors

ClientClaim()

ctor

public ClientClaim()

ClientClaim(string, string)

ctor

public ClientClaim(string type, string value)

Parameters

type string
value string

ClientClaim(string, string, string)

ctor

public ClientClaim(string type, string value, string valueType)

Parameters

type string
value string
valueType string

Properties

Type

The claim type

public string Type { get; set; }

Property Value

string

Value

The claim value

public string Value { get; set; }

Property Value

string

ValueType

The claim value type

public string ValueType { get; set; }

Property Value

string

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int