You are here

public function IdpInterface::getAuthnContextClassRef in SAML Service Provider 4.x

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

Code

public function getAuthnContextClassRef();