AuthenticationFailureEvent
extends AuthenticationEvent
in package
This event is dispatched on authentication failure.
Tags
Table of Contents
- $authenticationException : mixed
- $authenticationToken : mixed
- $propagationStopped : mixed
- __construct() : mixed
- getAuthenticationException() : mixed
- getAuthenticationToken() : mixed
- isPropagationStopped() : bool
- stopPropagation() : mixed
Properties
$authenticationException
private
mixed
$authenticationException
$authenticationToken
private
mixed
$authenticationToken
$propagationStopped
private
mixed
$propagationStopped
= false
Methods
__construct()
public
__construct(TokenInterface $token, AuthenticationException $ex) : mixed
Parameters
- $token : TokenInterface
- $ex : AuthenticationException
Return values
mixed —getAuthenticationException()
public
getAuthenticationException() : mixed
Return values
mixed —getAuthenticationToken()
public
getAuthenticationToken() : mixed
Return values
mixed —isPropagationStopped()
public
isPropagationStopped() : bool
Tags
Return values
bool —Whether propagation was already stopped for this event
stopPropagation()
public
stopPropagation() : mixed