value * @param array $options Information about the purpose of the URL that's being generated * - reset (bool, default false): Reset the authentication process, i.e. omit * parameters which are related to continuing in-progress authentication. * This is used e.g. in the link for switching from the login form to the * signup form. * * @return bool|void True or no return value to continue or false to abort */ public function onAuthPreserveQueryParams( array &$params, array $options ); }