/**
  * Gets the redirect target url.
  * @return string
  */
 public function getRedirectUrl()
 {
     return Settings::getEndpoint() . '?' . http_build_query($this->getData());
 }