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