TUserIdentity Class
Default IUserIdentity implementation backed by an owned claim collection.
Syntax
Unit: Sparkle.Security
TUserIdentity = class(TInterfacedObject, IUserIdentity);
Constructors
| Name | Description |
|---|---|
| Create | Creates a user identity with an empty claim collection. |
Methods
| Name | Description |
|---|---|
| Claims | Returns the collection of claims describing the user. |