mediatekformation

DeauthenticatedEvent extends Event
in package

Deauthentication happens in case the user has changed when trying to refresh the token.

Tags
author

Hamza Amrouche hamza.simperfit@gmail.com

final

since Symfony 4.4

Table of Contents

$originalToken  : mixed
$propagationStopped  : mixed
$refreshedToken  : mixed
__construct()  : mixed
getOriginalToken()  : TokenInterface
getRefreshedToken()  : TokenInterface
isPropagationStopped()  : bool
Returns whether further event listeners should be triggered.
stopPropagation()  : void
Stops the propagation of the event to further event listeners.

Properties

$propagationStopped

private mixed $propagationStopped = false

Methods

isPropagationStopped()

Returns whether further event listeners should be triggered.

public isPropagationStopped() : bool
Return values
bool

stopPropagation()

Stops the propagation of the event to further event listeners.

public stopPropagation() : void

If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().

Return values
void

Search results