TUserClaims.Find Method
Finds the claim with the given name.
Syntax
Unit: Sparkle.Security
function TUserClaims.Find(const Name: string): TUserClaim;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The claim name to look up. |
Returns
The matching TUserClaim, or nil if none exists.