Class ClaimGet
Inheritance
System.Object
ClaimGet
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.Identity.Client.App
Assembly: Dangl.Identity.Client.App.dll
Syntax
public class ClaimGet
Properties
| Improve this Doc View SourceIssuer
Declaration
[JsonPropertyName("issuer")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Issuer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |