Beispiel #1
0
 public void Logout()
 {
     ClearSavedTokens();
     _secureStorageService.Remove(Constants.Email);
 }