You are here

public function SamlSPAuth::setAuthCallback in SAML Service Provider 8.2

Same name and namespace in other branches
  1. 8.3 src/SAML/SamlSPAuth.php \Drupal\saml_sp\SAML\SamlSPAuth::setAuthCallback()
  2. 4.x src/SAML/SamlSPAuth.php \Drupal\saml_sp\SAML\SamlSPAuth::setAuthCallback()
  3. 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

SamlSPAuth

Namespace

Drupal\saml_sp\SAML

Code

public function setAuthCallback($callback) {
  $this->auth_callback = $callback;
}