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