function callbackSuccessNo(Rublon2FactorCallback $callback)
 {
     $url = $callback->getConsumerParam(RublonConfirmations::PARAM_FALLBACK_URL);
     RublonConfirmations::redirectParentFrame($url, $this->getAction(), __('Operation has been canceled.', 'rublon'));
 }