user458729
user458729

Reputation:

How to prompt user to auth API access after revoking it on the service side in Google Data Studio

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

Answers (1)

Gregor Sondermeier
Gregor Sondermeier

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

Related Questions