Is it possible to build a dashboard from multiple PS Modules that each require their own authentication?

Can I create a dashboard that can display data from various PowerShell modules that each require their own authentication? For example could I build a module that shows some data from the MS Graph module, and some info from the YouTube Module which has it’s own auth mechanism, and then data from Twitter, Facebook, etc?

How do I get all of the modules authenticated correctly in the dashboard? IS there an example of this somewhere?

Thanks!

Jeff