public function SAML2_Assertion::getAuthnContextClassRef in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
Retrieve the authentication method used to authenticate the user.
This will return NULL if no authentication statement was included in the assertion.
Return value
string|NULL The authentication method.
File
- includes/
Assertion.php, line 828
Class
Code
public function getAuthnContextClassRef() {
return $this->authnContextClassRef;
}