public function Idp::authn_context_class_ref in SAML Service Provider 8.2
Overrides IdpInterface::authn_context_class_ref
File
- src/
Entity/ Idp.php, line 102
Class
- Idp
- Defines the Idp entity.
Namespace
Drupal\saml_sp\EntityCode
public function authn_context_class_ref() {
return $this->authn_context_class_ref;
}