Hi,
I need to update my app to support new OAuth code flow with PKCE/scopes and new short-lived tokens. For code flow with PKCE and scopes I see there is the new method "DBClientsManager.authorizeFromControllerV2:...". But, where I can find a tutorial or an example about using and refreshing short-lived tokens? I don't know which method to call, when call it and how to manage the response.
I have read:
- https://dropbox.tech/developers/now-available--scoped-apps-and-enhanced-permissions
- https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens#implement-refresh-tokens
- example app DBRoulette
- this forum
but I found nothing.
Please help, thank you.