You are here

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

File

src/SAML2_Assertion.php, line 507

Class

SAML2_Assertion

Namespace

Drupal\miniorange_saml

Code

public function setAuthnContext($authnContext) {
  $this
    ->setAuthnContextClassRef($authnContext);
}