/** Clears the permissions currently associated with this LoginButton. */
 public void clearPermissions() {
   properties.clearPermissions();
 }