Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Account Unlinking on Actions on Google

I'm developing an action on Google that requires the user to login with my services. I was able to implement account linking.

That works fine; I'm able to complete the entire flow to authenticate the user using the Google Home app, but I couldn't find a way to unlink the account. The service does not appear at

Apps with access to your account

Is there any way to unlink an account?

like image 409
BeNeXuS Avatar asked Dec 10 '16 19:12

BeNeXuS


1 Answers

The "preview" feature on both API.AI and Actions SDK will clear any existing OAuth tokens for your action on your account.

After running "preview" and invoking your action -- "OK Google, talk to $invocationName" -- you'll be prompted to link accounts again.

like image 163
David Avatar answered Oct 09 '22 03:10

David