You are here

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

Retrieve the issue timestamp of this assertion.

Return value

int The issue timestamp of this assertion, as an UNIX timestamp.

File

src/SAML2_Assertion.php, line 386

Class

SAML2_Assertion

Namespace

Drupal\miniorange_saml

Code

public function getIssueInstant() {
  return $this->issueInstant;
}