public function SAML2_Assertion::getAuthenticatingAuthority in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
Retrieve the AuthenticatingAuthority.
Return value
array
File
- includes/
Assertion.php, line 914
Class
Code
public function getAuthenticatingAuthority() {
return $this->AuthenticatingAuthority;
}