Google Flutter签名如何收听密码更改
我目前正在开发一个带有Google登录的Flutter应用程序,一切都可以,但是不知道如何使应用程序连续聆听以获取密码更改,当用户更改其密码时,该应用程序应自动登录。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我目前正在开发一个带有Google登录的Flutter应用程序,一切都可以,但是不知道如何使应用程序连续聆听以获取密码更改,当用户更改其密码时,该应用程序应自动登录。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您将需要通过跨帐户保护注册活动: https://developers.google.com/身份/协议/RISC 。
您将能够注册以接收特定事件,例如Account_Disabled或councel_credential_change_required:
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