/**
  * AuthenticationType::delete
  * Remove an AuthenticationType, this should be used sparingly.
  */
 public function delete()
 {
     return parent::delete();
 }