You are here

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

Retrieve the AuthnInstant of the assertion.

Return value

int|NULL The timestamp the user was authenticated, or NULL if the user isn't authenticated.

File

includes/Assertion.php, line 711

Class

SAML2_Assertion

Code

public function getAuthnInstant() {
  return $this->authnInstant;
}