TokenInvalidatedEvent
extends Event
in package
Emitted when an authentication token is invalidated
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- getToken() : IToken
- returns the token that has been invalidated
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$token
private
IToken
$token
Methods
__construct()
Compatibility constructor
public
__construct(IToken $token) : mixed
Parameters
- $token : IToken
Tags
getToken()
returns the token that has been invalidated
public
getToken() : IToken
Tags
Return values
ITokenisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void