public function ShibSessionVars::getEmail in Shibboleth Authentication 8
Return value
string
File
- src/
Login/ ShibSessionVars.php, line 71
Class
Namespace
Drupal\shib_auth\LoginCode
public function getEmail() {
return $this->email;
}
string
public function getEmail() {
return $this->email;
}