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
AUTHENTICATION_SUCCESS
The AUTHENTICATION_SUCCESS event occurs after a user is authenticated by one provider.
public
mixed
AUTHENTICATION_SUCCESS
= 'security.authentication.success'