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
Namespace
Drupal\miniorange_samlCode
public function setIssueInstant($issueInstant) {
$this->issueInstant = $issueInstant;
}