You are here

public function saml_sp_Auth::setAuthCallback in SAML Service Provider 7.8

Same name and namespace in other branches
  1. 7.2 includes/saml_sp.Auth.inc \saml_sp_Auth::setAuthCallback()
  2. 7.3 includes/saml_sp.Auth.inc \saml_sp_Auth::setAuthCallback()

Set the auth callback for after the response is returned

File

includes/saml_sp.Auth.inc, line 9

Class

saml_sp_Auth

Code

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