public function Gauth::getClientSecret in Google Auth 8
1 call to Gauth::getClientSecret()
- Gauth::save in src/
Entity/ Gauth.php
File
- src/
Entity/ Gauth.php, line 161
Class
- Gauth
- Defines the Gauth entity.
Namespace
Drupal\gauth\EntityCode
public function getClientSecret() {
return $this
->get('client_secret')->value;
}