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