I am an Android developer and I have a question. How can I enable Account Kit to allow users to receive the login code via a phone call instead of the SMS or Facebook notification code?I cannot seem to find this in the Account kit official documentation. Thanks.
Voice calls and Facebook notifications are only available as secondary methods of receiving your code if the SMS doesn't arrive. You can turn these on/off by setting setVoiceCallbackNotificationsEnabled and setFacebookNotificationsEnabled in your AccountKitConfigurationBuilder.
Voice calls cannot be used as the primary source of code verification