You are here

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

Set the issue timestamp of this assertion.

Parameters

int $issueInstant The new issue timestamp of this assertion, as an UNIX timestamp.:

File

src/SAML2_Assertion.php, line 396

Class

SAML2_Assertion

Namespace

Drupal\miniorange_saml

Code

public function setIssueInstant($issueInstant) {
  $this->issueInstant = $issueInstant;
}