Interface IdentifierInterface
Namespace: Authentication\Identifier
Method Summary
-
getErrors() public
Gets a list of errors happened in the identification process
-
identify() public
Identifies a user or service by the passed credentials
Method Detail
getErrors() ¶ public
getErrors(): array<string>
Gets a list of errors happened in the identification process
Returns
array<string>identify() ¶ public
identify(array<string, mixed> $credentials): ArrayAccess<string, mixed>|array<string, mixed>|null
Identifies a user or service by the passed credentials
Parameters
-
array<string, mixed>$credentials Authentication credentials
Returns
ArrayAccess<string, mixed>|array<string, mixed>|null