mediatekformation

AuthenticationEvents
in package

Table of Contents

AUTHENTICATION_FAILURE  = 'security.authentication.failure'
The AUTHENTICATION_FAILURE event occurs after a user cannot be authenticated by any of the providers.
AUTHENTICATION_SUCCESS  = 'security.authentication.success'
The AUTHENTICATION_SUCCESS event occurs after a user is authenticated by one provider.

Constants

AUTHENTICATION_FAILURE

The AUTHENTICATION_FAILURE event occurs after a user cannot be authenticated by any of the providers.

public mixed AUTHENTICATION_FAILURE = 'security.authentication.failure'
Tags
Event

("Symfony\Component\Security\Core\Event\AuthenticationFailureEvent")

AUTHENTICATION_SUCCESS

The AUTHENTICATION_SUCCESS event occurs after a user is authenticated by one provider.

public mixed AUTHENTICATION_SUCCESS = 'security.authentication.success'
Tags
Event

("Symfony\Component\Security\Core\Event\AuthenticationSuccessEvent")

Search results