public function saml_sp_Auth::setAuthCallback in SAML Service Provider 7.8
Same name and namespace in other branches
- 7.2 includes/saml_sp.Auth.inc \saml_sp_Auth::setAuthCallback()
- 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
Code
public function setAuthCallback($callback) {
$this->auth_callback = $callback;
}