Google Flutter签名如何收听密码更改

发布于 2025-02-11 15:41:35 字数 90 浏览 4 评论 0 原文

我目前正在开发一个带有Google登录的Flutter应用程序,一切都可以,但是不知道如何使应用程序连续聆听以获取密码更改,当用户更改其密码时,该应用程序应自动登录。

I am currently developing a flutter app with Google sign in, everything works, but don't know how to make the app listen continuously for password change, when the user change his/her password, the app should log out automatically.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凝望流年 2025-02-18 15:41:35

您将需要通过跨帐户保护注册活动: 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文