TUserClaims.Remove Method
Removes the claim with the given name, if present.
Syntax
Unit: Sparkle.Security
procedure TUserClaims.Remove(const Name: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The claim name to remove. |
Removes the claim with the given name, if present.
Unit: Sparkle.Security
procedure TUserClaims.Remove(const Name: string);
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The claim name to remove. |