You are here

public function ShibSessionVars::getSessionId in Shibboleth Authentication 8

Return value

string

File

src/Login/ShibSessionVars.php, line 57

Class

ShibSessionVars

Namespace

Drupal\shib_auth\Login

Code

public function getSessionId() {
  return $this->session_id;
}