Reputation:
We're working on a connector for Google Data Studio. It required authenticating with our API, however I am wondering how to prompt the user to re-auth with our API if they revoke OAuth access from our service side of things, not the Data Studio side.
Upvotes: 0
Views: 96
Reputation: 197
I guess this is what resetAuth() is for. resetAuth()
is called when a connector is revoked through the /datasources/create/ ui.
Upvotes: 1