public function IdpInterface::getAuthnContextClassRef in SAML Service Provider 8.3
Same name and namespace in other branches
- 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getAuthnContextClassRef()
- 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getAuthnContextClassRef()
Returns the authentication methods requested for this IdP.
Return value
array The authentication methods.
1 method overrides IdpInterface::getAuthnContextClassRef()
- Idp::getAuthnContextClassRef in src/
Entity/ Idp.php - Returns the authentication methods requested for this IdP.
File
- src/
IdpInterface.php, line 26
Class
- IdpInterface
- Provides an interface defining a Example entity.
Namespace
Drupal\saml_spCode
public function getAuthnContextClassRef();