/**
  * get the authUrl
  *
  * @return string $authUrl
  */
 public function getAuthUrl()
 {
     return $this->serviceHelper->getClientHelper()->getClient()->createAuthUrl();
 }