1 | <?php namespace Anomaly\UsersModule\User\Authenticator; |
||
14 | class AuthenticatorExtension extends Extension implements AuthenticatorExtensionInterface |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Authenticate a set of credentials. |
||
19 | * |
||
20 | * @param array $credentials |
||
21 | * @return null|UserInterface |
||
22 | */ |
||
23 | public function authenticate(array $credentials) |
||
27 | } |
||
28 |