You are here

public function IdpInterface::getNameIdField in SAML Service Provider 3.x

Same name and namespace in other branches
  1. 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getNameIdField()
  2. 4.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_sp

Code

public function getNameIdField();