Example #1
0
 /**
  * Returns the authorisation URL
  *
  * @return string Google URL to authorise the service
  */
 public function getAuthUrl()
 {
     return $this->__client->createAuthUrl();
 }
Example #2
0
 /**
  * Create a Auth url
  * @return string - The auth url
  */
 public function authUrl()
 {
     return $this->client->createAuthUrl();
 }