public function SimplesamlphpAuthManager::getDefaultName in simpleSAMLphp Authentication 8.3
Gets the name attribute.
Return value
string The name attribute.
File
- src/
Service/ SimplesamlphpAuthManager.php, line 236
Class
- SimplesamlphpAuthManager
- Service to interact with the SimpleSAMLPHP authentication library.
Namespace
Drupal\simplesamlphp_auth\ServiceCode
public function getDefaultName() {
return $this
->getAttribute($this->config
->get('user_name'));
}