You are here

public function Gauth::getAuthenticated in Google Auth 8

File

src/Entity/Gauth.php, line 187

Class

Gauth
Defines the Gauth entity.

Namespace

Drupal\gauth\Entity

Code

public function getAuthenticated() {
  return $this
    ->get('is_authenticated')->value;
}