public function IdpInterface::getNameIdField in SAML Service Provider 4.x
Same name and namespace in other branches
- 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getNameIdField()
- 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getNameIdField()
Returns the response field used to uniquely identify a user.
Return value
string The field name.
1 method overrides IdpInterface::getNameIdField()
- Idp::getNameIdField in src/
Entity/ Idp.php - Returns the response field used to uniquely identify a user.
File
- src/
IdpInterface.php, line 58
Class
- IdpInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\saml_spCode
public function getNameIdField();