You are here

public function SimplesamlphpAuthTestManager::isAuthenticated in simpleSAMLphp Authentication 8.3

Check whether user is authenticated by the IdP.

Return value

bool If the user is authenticated by the IdP.

Overrides SimplesamlphpAuthManager::isAuthenticated

File

tests/simplesamlphp_auth_test/src/SimplesamlphpAuthTestManager.php, line 36

Class

SimplesamlphpAuthTestManager
Mock SimplesamlphpAuthManager class for testing purposes.

Namespace

Drupal\simplesamlphp_auth_test

Code

public function isAuthenticated() {
  return $this->authenticated;
}