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
ClientClaim(string, string, string)
ctor
public ClientClaim(string type, string value, string valueType)
Parameters
Properties
Type
The claim type
public string Type { get; set; }
Property Value
Value
The claim value
public string Value { get; set; }
Property Value
ValueType
The claim value type
public string ValueType { get; set; }
Property Value
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()