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