You are here

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

Retrieve the audiences that are allowed to receive this assertion.

This may be NULL, in which case all audiences are allowed.

Return value

array|NULL The allowed audiences.

File

includes/Assertion.php, line 689

Class

SAML2_Assertion

Code

public function getValidAudiences() {
  return $this->validAudiences;
}