Click or drag to resize

Claim Properties

The JwtSettingsClaim type exposes the following members.

Properties
  NameDescription
Public propertyName
Key of the claim
Public propertyValue
Value of the claim. It can be fixed values or use string interpolation (e.g.: {userUid}@{environmentId}) Allowed keys: {userUid}, {environmentId}
Top
See Also