| 1 | <?php |
||
| 8 | class OnInvalidCredentialsEvent extends AbstractUserEvent |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Checks whether a user is available. |
||
| 12 | * Helpful when writing a subscriber for the auth error (when providing an invalid username, no user can be loaded) |
||
| 13 | * |
||
| 14 | * @return bool |
||
| 15 | */ |
||
| 16 | public function isUserAvailable() |
||
| 20 | } |
||
| 21 |