You are here

public function LoginHandler::getShibSession in Shibboleth Authentication 8

Return value

\Drupal\shib_auth\Login\ShibSessionVars

File

src/Login/LoginHandler.php, line 321

Class

LoginHandler
Class LoginHandler.

Namespace

Drupal\shib_auth\Login

Code

public function getShibSession() {
  return $this->shib_session;
}