public function SamlSPAuth::setAuthCallback in SAML Service Provider 8.2
Same name and namespace in other branches
- 8.3 src/SAML/SamlSPAuth.php \Drupal\saml_sp\SAML\SamlSPAuth::setAuthCallback()
- 4.x src/SAML/SamlSPAuth.php \Drupal\saml_sp\SAML\SamlSPAuth::setAuthCallback()
- 3.x src/SAML/SamlSPAuth.php \Drupal\saml_sp\SAML\SamlSPAuth::setAuthCallback()
Set the auth callback for after the response is returned
File
- src/
SAML/ SamlSPAuth.php, line 29
Class
Namespace
Drupal\saml_sp\SAMLCode
public function setAuthCallback($callback) {
$this->auth_callback = $callback;
}