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