AuthenticationEvents
class AuthenticationEvents
Constants
AUTHENTICATION_SUCCESS |
The AUTHENTICATION_SUCCESS event occurs after a user is authenticated by one provider. The event listener method receives a Symfony\Component\Security\Core\Event\AuthenticationEvent instance. |
AUTHENTICATION_FAILURE |
The AUTHENTICATION_FAILURE event occurs after a user cannot be authenticated by any of the providers. The event listener method receives a Symfony\Component\Security\Core\Event\AuthenticationFailureEvent instance. |