With the MS and Google UD plugins, is there any mechanism to obtain a new token using the refresh token? (or has someone done this already?)
I’m building site that relies on interacting with MS Graph api. Problem is that the cf session renews as you interact with it but the oAuth token only lasts for an hour. I could add some code into onrequest to test the token and then log you out of farcry but it would be more convenient to just obtain a new token using the refreshtoken using some function in the UD plugin.
Cheers
Phil