Hi all,
So I've managed to setup a O-Auth2 Power Automate function that will automatically use credentials to retrieve and return a access token. This Flow can be called by other Flows so long as they pass the credentials to it.

Now this works perfectly and the access token can be used to make API requests to the designated endpoint. The question is that the token only lasts 20 minutes and the returned access token also contains a line that indicates in seconds when it will expire. Is there a way to use this to setup a auto-refresh of the token if another Flow that's using this function takes longer than 20 minutes to call?
