Click or drag to resize

JwtSettingsClaims Property

List of claims. The claims will be composed by key and value. The key will be a fixed value The value can be a fixed value or use string interpolation (e.g.: {userUid}@{environmentId})

Namespace:  Omada.OE.Model.Tokens
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[XmlElementAttribute("claim")]
public List<JwtSettingsClaim> Claims { get; set; }

Property Value

Type: ListJwtSettingsClaim
See Also