public function Gauth::setClientId in Google Auth 8
File
- src/
Entity/ Gauth.php, line 229
Class
- Gauth
- Defines the Gauth entity.
Namespace
Drupal\gauth\EntityCode
public function setClientId($client_id) {
return $this
->set('client_id', $client_id);
}