public function ExternalAuthAuthmapAlterEvent::getAuthname in External Authentication 2.0.x
Same name and namespace in other branches
- 8 src/Event/ExternalAuthAuthmapAlterEvent.php \Drupal\externalauth\Event\ExternalAuthAuthmapAlterEvent::getAuthname()
Gets the authname.
Return value
string The unique, external authentication name provided by authentication provider.
File
- src/
Event/ ExternalAuthAuthmapAlterEvent.php, line 79
Class
- ExternalAuthAuthmapAlterEvent
- Allow event listeners to alter the authmap data that will get stored.
Namespace
Drupal\externalauth\EventCode
public function getAuthname() {
return $this->authname;
}