8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca80946 commit af4ca4fCopy full SHA for af4ca4f
src/Symfony/Component/Security/Core/AuthenticationEvents.php
@@ -20,6 +20,8 @@ final class AuthenticationEvents
20
* The event listener method receives a
21
* Symfony\Component\Security\Core\Event\AuthenticationEvent instance.
22
*
23
+ * @Event
24
+ *
25
* @var string
26
*/
27
const AUTHENTICATION_SUCCESS = 'security.authentication.success';
@@ -32,6 +34,8 @@ final class AuthenticationEvents
32
34
* Symfony\Component\Security\Core\Event\AuthenticationFailureEvent
33
35
* instance.
36
37
38
39
40
41
const AUTHENTICATION_FAILURE = 'security.authentication.failure';
0 commit comments