public void Delete(Account account, string serviceId)
 {
     xAccountStore.Delete((Xamarin.Auth.Account)account.xAccount, serviceId);
 }
Example #2
0
 public static void DeleteAccount()
 {
     Init();
     AccountStore.Delete(Account, APP_NAME_KEY);
     Account = null;
 }