TUserClaim.SetJElement Method
Sets the claim value from the given JSON element, taking ownership of it.
Syntax
Unit: Sparkle.Security
procedure TUserClaim.SetJElement(AValue: TJElement);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AValue | TJElement | The JSON element to store as the claim value. |