Neos\Flow\Security\Authentication\AuthenticationProviderManager::getTokens PHP Method

getTokens() public method

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