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
Code
public function getAuthnInstant() {
return $this->authnInstant;
}