SimpleSAML\IdP\LogoutHandlerInterface::onResponse PHP Method

onResponse() public method

This function will never return.
public onResponse ( string $assocId, string | null $relayState, SimpleSAML_Error_Exception $error = null )
$assocId string The association that is terminated.
$relayState string | null The RelayState from the start of the logout.
$error SimpleSAML_Error_Exception The error that occurred during session termination (if any).
    public function onResponse($assocId, $relayState, \SimpleSAML_Error_Exception $error = null);