CustomAuthenticationFailureHandler
class CustomAuthenticationFailureHandler implements AuthenticationFailureHandlerInterface
Methods
onAuthenticationFailure(Request $request, AuthenticationException $exception)
This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener.
Details
at line line 30
__construct(AuthenticationFailureHandlerInterface $handler, array $options)
Constructor.
at line line 41
Response
onAuthenticationFailure(Request $request, AuthenticationException $exception)
This is called when an interactive authentication attempt fails. This is called by authentication listeners inheriting from AbstractAuthenticationListener.