mediatekformation

AuthenticationFailureEvent extends AuthenticationEvent
in package

This event is dispatched on authentication failure.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

final

since Symfony 4.4

Table of Contents

$authenticationException  : mixed
$authenticationToken  : mixed
$propagationStopped  : mixed
__construct()  : mixed
getAuthenticationException()  : 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