/**
  * AuthenticationType::toggle
  * Toggle the active state of an AuthenticationType
  */
 public function toggle()
 {
     return parent::toggle();
 }