You are here

public function SAML2_Assertion::getAuthnContextDeclRef in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

Get the authentication context declaration reference. URI reference that identifies an authentication context declaration.

The URI reference MAY directly resolve into an XML document containing the referenced declaration.

Return value

string

File

includes/Assertion.php, line 903

Class

SAML2_Assertion

Code

public function getAuthnContextDeclRef() {
  return $this->authnContextDeclRef;
}