Copied!

CheckTokenEvent

CheckTokenEvent.php : 13
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

CheckTokenEvent.php : 23
public __construct(bool $result, string $tokenType, string $token[, string|null $identifier = null ])

Parameters

Name Type Default value Description
$result bool - -
$tokenType string - -
$token string - -
$identifier string|null null -

publicgetIdentifier()

CheckTokenEvent.php : 50
public getIdentifier() : string|null

Return values

string|null

publicgetResult()

CheckTokenEvent.php : 35
public getResult() : bool

Return values

bool

publicgetToken()

CheckTokenEvent.php : 45
public getToken() : string

Return values

string

publicgetTokenType()

CheckTokenEvent.php : 40
public getTokenType() : string

Return values

string