Searched refs:setClientSecret (Results 1 – 4 of 4) sorted by relevance
46 public function setClientSecret(Secret $clientSecret) function in Google\\Service\\Connectors\\Oauth2ClientCredentials
619 public function setClientSecret($clientSecret) function in Google\\Client1007 $this->setClientSecret($config[$key]['client_secret']);1014 $this->setClientSecret($config['client_secret']);
82 $client->setClientSecret($this->getConf('client_secret'));
362 $this->setClientSecret($opts['clientSecret']);1025 public function setClientSecret($clientSecret) function in Google\\Auth\\OAuth2