AuthenticationEvent
extends Event
in package
This is a general purpose authentication event.
Tags
Table of Contents
- $authenticationToken : mixed
- $propagationStopped : mixed
- __construct() : mixed
- getAuthenticationToken() : mixed
- isPropagationStopped() : bool
- stopPropagation() : mixed
Properties
$authenticationToken
private
mixed
$authenticationToken
$propagationStopped
private
mixed
$propagationStopped
= false
Methods
__construct()
public
__construct(TokenInterface $token) : mixed
Parameters
- $token : TokenInterface
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