/**
  * Constructor for the class.
  *
  * @param array $options An array of options for the plugin.
  */
 public function __construct($options)
 {
     parent::__construct($options);
     if (isset($options[self::DI_KEY_AUTH])) {
         $this->authKey = $options[self::DI_KEY_AUTH];
     }
 }