SimpleSAML\IdP\LogoutHandlerInterface::startLogout PHP Method

startLogout() public method

This function must never return.
public startLogout ( array &$state, string | null $assocId )
$state array
$assocId string | null The association that started the logout.
    public function startLogout(array &$state, $assocId);