You are here

public function Gauth::setClientSecret in Google Auth 8

File

src/Entity/Gauth.php, line 236

Class

Gauth
Defines the Gauth entity.

Namespace

Drupal\gauth\Entity

Code

public function setClientSecret($secret) {
  return $this
    ->set('client_secret', $secret);
}