Neos\Flow\Security\Authentication\AuthenticationProviderManager::getTokens PHP Méthode

getTokens() public méthode

Note: The order of the tokens in the array is important, as the tokens will be authenticated in the given order.
public getTokens ( ) : array
Résultat array Array of TokenInterface this manager is responsible for
    public function getTokens()
    {
        return $this->tokens;
    }