public function setOptions($authenticationOption)
 {
     $authenticationOption[] = 'digest';
     parent::setOptions($authenticationOption);
 }