You are here

public function ShibSessionVars::getAffiliation in Shibboleth Authentication 8

Return value

string

File

src/Login/ShibSessionVars.php, line 92

Class

ShibSessionVars

Namespace

Drupal\shib_auth\Login

Code

public function getAffiliation() {
  return $this->affiliation;
}