You are here

public property SamlSPAuth::$authCallback in SAML Service Provider 4.x

Same name and namespace in other branches
  1. 8.3 src/SAML/SamlSPAuth.php \Drupal\saml_sp\SAML\SamlSPAuth::authCallback
  2. 3.x src/SAML/SamlSPAuth.php \Drupal\saml_sp\SAML\SamlSPAuth::authCallback

Callback function for after the response is returned.

Type: callable

File

src/SAML/SamlSPAuth.php, line 22

Class

SamlSPAuth
Handles the authentication.

Namespace

Drupal\saml_sp\SAML

Code

public $authCallback;