Power Automate - call API with auth code flow authentication
I want to invoke an API as part of Power Automate flow. This API can be called with a bearer token generated by auth code flow [other methods of token generation not applicable for me].
I understand that auth code flow, needs a user-agent in-between to successfully generate token, so is it possible to use it inside Power Automate
If possible, how can I implement this in Power Automate and to generate token. I cannot find resources that clarify on this so far