Neos\Flow\Security\DummyContext::getAuthenticationTokens PHP Метод

getAuthenticationTokens() публичный Метод

Returns all Authentication\Tokens of the security context which are active for the current request. If a token has a request pattern that cannot match against the current request it is determined as not active.
public getAuthenticationTokens ( ) : Neos\Flow\Security\Authentication\TokenInterface[]
Результат Neos\Flow\Security\Authentication\TokenInterface[] Array of set tokens
    public function getAuthenticationTokens()
    {
        return $this->tokens;
    }