mediatekformation

AuthenticationSuccessEvent extends AuthenticationEvent
in package

This is a general purpose authentication event.

Tags
final

since Symfony 4.4

Table of Contents

$authenticationToken  : mixed
$propagationStopped  : mixed
__construct()  : mixed
getAuthenticationToken()  : mixed
isPropagationStopped()  : bool
stopPropagation()  : mixed

Properties

$propagationStopped

private mixed $propagationStopped = false

Methods

getAuthenticationToken()

public getAuthenticationToken() : mixed
Return values
mixed

isPropagationStopped()

public isPropagationStopped() : bool
Tags
deprecated

since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead

Return values
bool

Whether propagation was already stopped for this event

stopPropagation()

public stopPropagation() : mixed
Tags
deprecated

since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead

Return values
mixed

Search results