How can i get refresh token from xero custom connetion, when i work with previous account i could get this refresh token. but now it it now provided.now when i use this https://identity.xero.com/connect/token result is only { "access_token": "########################################################################", "expires_in": 1800, "token_type": "Bearer", "scope": "app.connections marketplace.billing" }. refresh token is not included in result
in here "https://devblog.xero.com/introducing-custom-connections-72c32297382" he mention about "Goodbye refresh tokens". is it means cant we get this refresh token now????
currently i worked on poc, here we used Azure Datafactory, and need to create xero linked service in oauth2.0. but in there refresh token is required
can we get refresh token from xero custom connection(free trail(developer purpose)) oauth2.0