C Naveen Kumar

Results 1 comments of C Naveen Kumar

use Response type TOKEN AccountKitConfiguration.AccountKitConfigurationBuilder configurationBuilder = new AccountKitConfiguration.AccountKitConfigurationBuilder( LoginType.PHONE, AccountKitActivity.ResponseType.TOKEN); and get the phone number from the success block using following code AccountKit.getCurrentAccount(new AccountKitCallback() { @Override public void onSuccess(final...