You are here

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

Retrieve the identifier of this assertion.

Return value

string The identifier of this assertion.

File

includes/Assertion.php, line 405

Class

SAML2_Assertion

Code

public function getId() {
  return $this->id;
}