Interface IdentityInterface
Identity interface
Namespace: Authentication
Method Summary
-
getIdentifier() public
Get the primary key/id field for the identity.
-
getOriginalData() public
Gets the original data object.
Method Detail
getIdentifier() ¶ public
getIdentifier(): array|string|int|null
Get the primary key/id field for the identity.
Returns
array|string|int|nullgetOriginalData() ¶ public
getOriginalData(): ArrayAccess<string, mixed>|array<string, mixed>
Gets the original data object.
Returns
ArrayAccess<string, mixed>|array<string, mixed>