Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一名 Android 开发人员,我有一个问题。如何启用 Account Kit 以允许用户通过电话而不是 SMS 或 Facebook 通知代码接收登录代码?我似乎无法在 Account kit 官方文档中找到它。谢谢。
语音通话和 Facebook 通知仅可在 SMS 未到达时作为接收代码的辅助方法。您可以通过在 AccountKitConfigurationBuilder 中设置 setVoiceCallbackNotificationsEnabled 和 setFacebookNotificationsEnabled 来打开/关闭这些功能。
语音通话不能作为验证码的主要来源