Hi @Diogo Costa Maranhao Rodrigues ,
Thanks for your question.
An MSA token is not the correct authentication for this job, and there is no official way for a WinUI app to directly download Package Flight bundles using any token (MSA or otherwise).
Package Flights are designed so testers just open the normal Microsoft Store app, sign in with their Microsoft account, and the Store automatically gives them the test bundle. There is no public API that lets your custom WinUI app download the actual .msixbundle files for a flight.
The Microsoft Store submission API (the only official API that knows about Package Flights) uses a different kind of ticket called an Azure AD (Entra ID) access token, and it is only for developers managing their app in Partner Center, not for testers downloading bundles. That API also cannot download the actual bundle files, it only handles paperwork like create a new test flight.
The recommended approach remains letting the Microsoft Store handle delivery of flighted packages after the user signs in there.
I hope this addresses your question. If this response was helpful, please consider following the guidance to provide feedback