简体   繁体   中英

Flutter google sign in how to listen for password change

我目前正在开发一个带有谷歌登录的颤振应用程序,一切正常,但不知道如何让应用程序持续监听密码更改,当用户更改他/她的密码时,应用程序应该自动注销。

You will need to register for events via Cross Account Protection: https://developers.google.com/identity/protocols/risc .

You will be able to register to receive specific events like account_disabled or account_credential_change_required: https://developers.google.com/identity/protocols/risc#supported_event_types

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM