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.

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Security/Core/AuthenticationEvents.html